/openbmc/linux/drivers/md/ |
H A D | dm-cache-policy-smq.c | 46 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 …]
|
/openbmc/linux/fs/nfs/ |
H A D | nfs3acl.c | 22 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()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | stsi-topology.c | 220 return l->sentinel - r->sentinel ?: in s390_topology_id_cmp() 253 S390TopologyEntry sentinel = { .id.sentinel = 1 }; in s390_topology_fill_list_sorted() local 257 QTAILQ_INSERT_HEAD(topology_list, &sentinel, next); in s390_topology_fill_list_sorted() 278 QTAILQ_REMOVE(topology_list, &sentinel, next); in s390_topology_fill_list_sorted()
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | normalize_mac.c | 31 char sentinel; in to_ether_addr() local 35 &ret->ether_addr_octet[5], &sentinel) != ETH_ALEN; in to_ether_addr()
|
/openbmc/linux/drivers/tty/ |
H A D | tty_buffer.c | 138 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()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H 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()
|
H A D | bnxt_hwrm.h | 26 u64 sentinel; member
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/test/ |
H A D | sdjournal_mock.hpp | 23 __attribute__((format(printf, 2, 0))) __attribute__((sentinel)) in journal_send()
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/ |
H A D | sdjournal.hpp | 41 __attribute__((format(printf, 2, 0))) __attribute__((sentinel));
|
/openbmc/linux/include/linux/ |
H A D | tty_buffer.h | 40 struct tty_buffer sentinel; member
|
/openbmc/qemu/include/hw/s390x/ |
H A D | cpu-topology.h | 21 uint8_t sentinel; member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | bootparam_utils.h | 51 if (boot_params->sentinel) { in sanitize_boot_params()
|
/openbmc/linux/fs/ |
H A D | posix_acl.c | 119 struct posix_acl *sentinel; in __get_acl() local 136 sentinel = uncached_acl_sentinel(current); in __get_acl() 147 cmpxchg(p, ACL_NOT_CACHED, sentinel); in __get_acl() 170 cmpxchg(p, sentinel, ACL_NOT_CACHED); in __get_acl() 178 if (unlikely(!try_cmpxchg(p, &sentinel, acl))) in __get_acl()
|
/openbmc/qemu/scripts/ |
H A D | cocci-macro-file.h | 24 #define G_GNUC_NULL_TERMINATED __attribute__((sentinel))
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | ast.py | 232 sentinel = " # Export function set\n" 237 if basevar and sentinel not in basevar: 254 data.setVar(func, sentinel + " bb.build.exec_func('" + calledfunc + "', d)\n", parsing=True) 258 data.setVar(func, sentinel + " " + calledfunc + "\n", parsing=True)
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | zero-page.rst | 42 1EF/001 ALL sentinel Used to detect broken bootloaders
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/ |
H A D | 0001-Fix-implicit-fallthrough-warning.patch | 126 +# sentinel 256 + [sentinel], [
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | bootparam.h | 224 __u8 sentinel; /* 0x1ef */ member
|
/openbmc/linux/arch/x86/boot/ |
H A D | header.S | 221 .globl sentinel 222 sentinel: .byte 0xff, 0xff /* Used to detect broken loaders */ label
|
/openbmc/linux/arch/arc/kernel/ |
H A D | perf_event.c | 733 char sentinel; in arc_pmu_device_probe() member
|
/openbmc/qemu/qga/ |
H A D | qapi-schema.json | 36 # sentinel byte (0xFF) the client can check scan for. 46 # client passed in is returned. Receival of the 0xFF sentinel byte 50 # clients may opt to ignore all data until a sentinel value is
|