Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-cache-policy-smq.c45 bool sentinel:1; member
159 if (!e->sentinel) in l_add_head()
175 if (!e->sentinel) in l_add_tail()
192 if (!e->sentinel) in l_add_before()
212 if (!e->sentinel) in l_del()
221 if (!e->sentinel) { in l_pop_head()
234 if (!e->sentinel) { in l_pop_tail()
299 if (!e->sentinel) in q_push()
309 if (!e->sentinel) in q_push_front()
319 if (!e->sentinel) in q_push_before()
[all …]
/Linux-v4.19/fs/nfs/
Dnfs3acl.c22 struct posix_acl *sentinel = uncached_acl_sentinel(current); in nfs3_prepare_get_acl() local
24 if (cmpxchg(p, ACL_NOT_CACHED, sentinel) != ACL_NOT_CACHED) { in nfs3_prepare_get_acl()
31 struct posix_acl *sentinel = uncached_acl_sentinel(current); in nfs3_complete_get_acl() local
35 if (cmpxchg(p, sentinel, acl) != sentinel) in nfs3_complete_get_acl()
41 struct posix_acl *sentinel = uncached_acl_sentinel(current); in nfs3_abort_get_acl() local
44 cmpxchg(p, sentinel, ACL_NOT_CACHED); in nfs3_abort_get_acl()
/Linux-v4.19/drivers/tty/
Dtty_buffer.c131 tty_buffer_reset(&buf->sentinel, 0); in tty_buffer_free_all()
132 buf->head = &buf->sentinel; in tty_buffer_free_all()
133 buf->tail = &buf->sentinel; in tty_buffer_free_all()
564 tty_buffer_reset(&buf->sentinel, 0); in tty_buffer_init()
565 buf->head = &buf->sentinel; in tty_buffer_init()
566 buf->tail = &buf->sentinel; in tty_buffer_init()
/Linux-v4.19/arch/x86/include/asm/
Dbootparam_utils.h37 if (boot_params->sentinel) { in sanitize_boot_params()
/Linux-v4.19/fs/
Dposix_acl.c97 void *sentinel; in get_acl() local
114 sentinel = uncached_acl_sentinel(current); in get_acl()
125 if (cmpxchg(p, ACL_NOT_CACHED, sentinel) != ACL_NOT_CACHED) in get_acl()
147 cmpxchg(p, sentinel, ACL_NOT_CACHED); in get_acl()
155 if (unlikely(cmpxchg(p, sentinel, acl) != sentinel)) in get_acl()
/Linux-v4.19/Documentation/x86/
Dzero-page.txt36 1EF/001 ALL sentinel Used to detect broken bootloaders
/Linux-v4.19/arch/x86/include/uapi/asm/
Dbootparam.h188 __u8 sentinel; /* 0x1ef */ member
/Linux-v4.19/arch/x86/boot/
Dheader.S276 .globl sentinel
277 sentinel: .byte 0xff, 0xff /* Used to detect broken loaders */ label
/Linux-v4.19/arch/arc/kernel/
Dperf_event.c454 char sentinel; in arc_pmu_device_probe() member
/Linux-v4.19/include/linux/
Dtty.h90 struct tty_buffer sentinel; member