Searched refs:sentinel (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/drivers/md/ |
D | dm-cache-policy-smq.c | 45 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-v5.10/fs/nfs/ |
D | nfs3acl.c | 22 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-v5.10/drivers/tty/ |
D | tty_buffer.c | 134 tty_buffer_reset(&buf->sentinel, 0); in tty_buffer_free_all() 135 buf->head = &buf->sentinel; in tty_buffer_free_all() 136 buf->tail = &buf->sentinel; in tty_buffer_free_all() 573 tty_buffer_reset(&buf->sentinel, 0); in tty_buffer_init() 574 buf->head = &buf->sentinel; in tty_buffer_init() 575 buf->tail = &buf->sentinel; in tty_buffer_init()
|
/Linux-v5.10/fs/ |
D | posix_acl.c | 98 void *sentinel; in get_acl() local 115 sentinel = uncached_acl_sentinel(current); in get_acl() 126 if (cmpxchg(p, ACL_NOT_CACHED, sentinel) != ACL_NOT_CACHED) in get_acl() 148 cmpxchg(p, sentinel, ACL_NOT_CACHED); in get_acl() 156 if (unlikely(cmpxchg(p, sentinel, acl) != sentinel)) in get_acl()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | bootparam_utils.h | 51 if (boot_params->sentinel) { in sanitize_boot_params()
|
/Linux-v5.10/Documentation/x86/ |
D | zero-page.rst | 40 1EF/001 ALL sentinel Used to detect broken bootloaders
|
/Linux-v5.10/arch/x86/include/uapi/asm/ |
D | bootparam.h | 212 __u8 sentinel; /* 0x1ef */ member
|
/Linux-v5.10/arch/x86/boot/ |
D | header.S | 279 .globl sentinel 280 sentinel: .byte 0xff, 0xff /* Used to detect broken loaders */ label
|
/Linux-v5.10/arch/arc/kernel/ |
D | perf_event.c | 571 char sentinel; in arc_pmu_device_probe() member
|
/Linux-v5.10/include/linux/ |
D | tty.h | 90 struct tty_buffer sentinel; member
|
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
D | intel_lrc.c | 1586 bool sentinel = false; in assert_pending_valid() local 1637 if (sentinel) { in assert_pending_valid() 1644 sentinel = i915_request_has_sentinel(rq); in assert_pending_valid()
|