Searched refs:sentinel (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/md/ |
A 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/fs/nfs/ |
A 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/drivers/tty/ |
A D | tty_buffer.c | 135 tty_buffer_reset(&buf->sentinel, 0); in tty_buffer_free_all() 136 buf->head = &buf->sentinel; in tty_buffer_free_all() 137 buf->tail = &buf->sentinel; in tty_buffer_free_all() 586 tty_buffer_reset(&buf->sentinel, 0); in tty_buffer_init() 587 buf->head = &buf->sentinel; in tty_buffer_init() 588 buf->tail = &buf->sentinel; in tty_buffer_init()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_hwrm.c | 77 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()
|
A D | bnxt_hwrm.h | 26 u64 sentinel; member
|
/linux/fs/ |
A D | posix_acl.c | 109 void *sentinel; in get_acl() local 126 sentinel = uncached_acl_sentinel(current); in get_acl() 137 cmpxchg(p, ACL_NOT_CACHED, sentinel); in get_acl() 158 cmpxchg(p, sentinel, ACL_NOT_CACHED); in get_acl() 166 if (unlikely(cmpxchg(p, sentinel, acl) != sentinel)) in get_acl()
|
/linux/include/linux/ |
A D | tty_buffer.h | 42 struct tty_buffer sentinel; member
|
/linux/arch/x86/include/asm/ |
A D | bootparam_utils.h | 51 if (boot_params->sentinel) { in sanitize_boot_params()
|
/linux/Documentation/x86/ |
A D | zero-page.rst | 40 1EF/001 ALL sentinel Used to detect broken bootloaders
|
/linux/arch/x86/include/uapi/asm/ |
A D | bootparam.h | 212 __u8 sentinel; /* 0x1ef */ member
|
/linux/arch/x86/boot/ |
A D | header.S | 279 .globl sentinel 280 sentinel: .byte 0xff, 0xff /* Used to detect broken loaders */ label
|
/linux/arch/arc/kernel/ |
A D | perf_event.c | 571 char sentinel; in arc_pmu_device_probe() member
|
Completed in 42 milliseconds