Home
last modified time | relevance | path

Searched refs:sentinel (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/drivers/md/
Ddm-cache-policy-smq.c46 bool sentinel:1; member
160 if (!e->sentinel) in l_add_head()
176 if (!e->sentinel) in l_add_tail()
193 if (!e->sentinel) in l_add_before()
213 if (!e->sentinel) in l_del()
222 if (!e->sentinel) { in l_pop_head()
235 if (!e->sentinel) { in l_pop_tail()
300 if (!e->sentinel) in q_push()
310 if (!e->sentinel) in q_push_front()
320 if (!e->sentinel) in q_push_before()
[all …]
/linux-6.12.1/fs/nfs/
Dnfs3acl.c22 struct posix_acl *sentinel = uncached_acl_sentinel(current); in nfs3_prepare_get_acl() local
25 cmpxchg(p, ACL_NOT_CACHED, sentinel); in nfs3_prepare_get_acl()
30 struct posix_acl *sentinel = uncached_acl_sentinel(current); in nfs3_complete_get_acl() local
34 if (cmpxchg(p, sentinel, acl) != sentinel) in nfs3_complete_get_acl()
40 struct posix_acl *sentinel = uncached_acl_sentinel(current); in nfs3_abort_get_acl() local
43 cmpxchg(p, sentinel, ACL_NOT_CACHED); in nfs3_abort_get_acl()
/linux-6.12.1/drivers/tty/
Dtty_buffer.c138 tty_buffer_reset(&buf->sentinel, 0); in tty_buffer_free_all()
139 buf->head = &buf->sentinel; in tty_buffer_free_all()
140 buf->tail = &buf->sentinel; in tty_buffer_free_all()
581 tty_buffer_reset(&buf->sentinel, 0); in tty_buffer_init()
582 buf->head = &buf->sentinel; in tty_buffer_init()
583 buf->tail = &buf->sentinel; in tty_buffer_init()
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hwrm.c77 ctx->sentinel = hwrm_calc_sentinel(ctx, req_type); in __hwrm_req_init()
103 u64 sentinel; in __hwrm_ctx() local
113 sentinel = hwrm_calc_sentinel(ctx, le16_to_cpu(req->req_type)); in __hwrm_ctx()
114 if (ctx->sentinel != sentinel) { in __hwrm_ctx()
226 ctx->sentinel = hwrm_calc_sentinel(ctx, req_type); in hwrm_req_replace()
Dbnxt_hwrm.h26 u64 sentinel; member
/linux-6.12.1/include/linux/
Dtty_buffer.h40 struct tty_buffer sentinel; member
/linux-6.12.1/arch/x86/include/asm/
Dbootparam_utils.h51 if (boot_params->sentinel) { in sanitize_boot_params()
/linux-6.12.1/fs/
Dposix_acl.c118 struct posix_acl *sentinel; in __get_acl() local
135 sentinel = uncached_acl_sentinel(current); in __get_acl()
146 cmpxchg(p, ACL_NOT_CACHED, sentinel); in __get_acl()
169 cmpxchg(p, sentinel, ACL_NOT_CACHED); in __get_acl()
177 if (unlikely(!try_cmpxchg(p, &sentinel, acl))) in __get_acl()
/linux-6.12.1/drivers/md/dm-vdo/
Dint-map.c433 struct bucket *sentinel = &bucket[min_t(ptrdiff_t, remaining, max_probes)]; in find_empty_bucket() local
436 for (entry = bucket; entry < sentinel; entry++) { in find_empty_bucket()
/linux-6.12.1/arch/x86/include/uapi/asm/
Dbootparam.h154 __u8 sentinel; /* 0x1ef */ member
/linux-6.12.1/Documentation/arch/x86/
Dzero-page.rst42 1EF/001 ALL sentinel Used to detect broken bootloaders
/linux-6.12.1/arch/x86/boot/
Dheader.S217 .globl sentinel symbol
218 sentinel: .byte 0xff, 0xff /* Used to detect broken loaders */ label
/linux-6.12.1/arch/arc/kernel/
Dperf_event.c733 char sentinel; in arc_pmu_device_probe() member