Home
last modified time | relevance | path

Searched refs:LIST_POISON2 (Results 1 – 21 of 21) sorted by relevance

/openbmc/linux/tools/include/linux/
H A Dpoison.h20 #define LIST_POISON2 NULL macro
28 #define LIST_POISON2 ((void *) 0x200 + POISON_POINTER_DELTA) macro
H A Dlist.h109 entry->prev = LIST_POISON2; in list_del()
639 n->pprev = LIST_POISON2; in hlist_del()
/openbmc/linux/lib/
H A Dlist_debug.c59 CHECK_DATA_CORRUPTION(prev == LIST_POISON2, in __list_del_entry_valid_or_report()
61 entry, LIST_POISON2) || in __list_del_entry_valid_or_report()
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dlist.h78 #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) macro
95 entry->prev = LIST_POISON2; in list_del()
/openbmc/linux/scripts/kconfig/
H A Dlist.h119 #define LIST_POISON2 ((void *) 0x00200200) macro
130 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
/openbmc/u-boot/scripts/kconfig/
H A Dlist.h119 #define LIST_POISON2 ((void *) 0x00200200) macro
130 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
/openbmc/linux/scripts/mod/
H A Dlist.h26 #define LIST_POISON2 ((void *) 0x122) macro
130 entry->prev = LIST_POISON2; in list_del()
/openbmc/u-boot/include/linux/
H A Dpoison.h9 #define LIST_POISON2 ((void *) 0x0) macro
H A Dlist.h102 entry->prev = LIST_POISON2; in list_del()
583 n->pprev = LIST_POISON2; in hlist_del()
/openbmc/linux/include/linux/
H A Drculist.h158 entry->prev = LIST_POISON2; in list_del_rcu()
204 old->prev = LIST_POISON2; in list_replace_rcu()
514 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_del_rcu()
534 WRITE_ONCE(old->pprev, LIST_POISON2); in hlist_replace_rcu()
H A Dpoison.h24 #define LIST_POISON2 ((void *) 0x122 + POISON_POINTER_DELTA) macro
H A Drculist_bl.h49 n->pprev = LIST_POISON2; in hlist_bl_del_rcu()
H A Dlist_nulls.h116 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del()
H A Drculist_nulls.h77 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del_rcu()
H A Dlist_bl.h135 n->pprev = LIST_POISON2; in hlist_bl_del()
H A Dlist.h231 entry->prev = LIST_POISON2; in list_del()
996 n->pprev = LIST_POISON2; in hlist_del()
H A Dfilter.h1040 fp->aux->ksym.lnode.prev == LIST_POISON2; in bpf_prog_kallsyms_verify_off()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dlist_debug.c50 NVHE_CHECK_DATA_CORRUPTION(prev == LIST_POISON2) || in __list_del_entry_valid_or_report()
/openbmc/linux/security/apparmor/include/
H A Dpolicy.h59 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2)
/openbmc/linux/kernel/time/
H A Dtimer.c883 entry->next = LIST_POISON2; in detach_timer()
/openbmc/linux/drivers/md/
H A Ddm-writecache.c777 wc->lru.prev = LIST_POISON2; in writecache_poison_lists()
779 wc->freelist.prev = LIST_POISON2; in writecache_poison_lists()