/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | poison.h | 20 #define LIST_POISON2 NULL macro 28 #define LIST_POISON2 ((void *) 0x200 + POISON_POINTER_DELTA) macro
|
H A D | list.h | 109 entry->prev = LIST_POISON2; in list_del() 628 n->pprev = LIST_POISON2; in hlist_del()
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | poison.h | 20 #define LIST_POISON2 NULL macro 28 #define LIST_POISON2 ((void *) 0x200 + POISON_POINTER_DELTA) macro
|
H A D | list.h | 109 entry->prev = LIST_POISON2; in list_del() 639 n->pprev = LIST_POISON2; in hlist_del()
|
/kernel/linux/linux-5.10/lib/ |
H A D | list_debug.c | 56 CHECK_DATA_CORRUPTION(prev == LIST_POISON2, in __list_del_entry_valid() 57 "list_del corruption, %px->prev is LIST_POISON2 (%px)\n", in __list_del_entry_valid() 58 entry, LIST_POISON2) || in __list_del_entry_valid()
|
/kernel/linux/linux-6.6/lib/ |
H A D | list_debug.c | 59 CHECK_DATA_CORRUPTION(prev == LIST_POISON2, in __list_del_entry_valid_or_report() 60 "list_del corruption, %px->prev is LIST_POISON2 (%px)\n", in __list_del_entry_valid_or_report() 61 entry, LIST_POISON2) || in __list_del_entry_valid_or_report()
|
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/ |
H A D | list.h | 78 #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) macro 95 entry->prev = LIST_POISON2; in list_del()
|
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/ |
H A D | list.h | 78 #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) macro 95 entry->prev = LIST_POISON2; in list_del()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | list.h | 119 #define LIST_POISON2 ((void *) 0x00200200) macro 130 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | list.h | 119 #define LIST_POISON2 ((void *) 0x00200200) macro 130 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | list.h | 26 #define LIST_POISON2 ((void *) 0x122) macro 130 entry->prev = LIST_POISON2; in list_del()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rculist.h | 167 entry->prev = LIST_POISON2; in list_del_rcu() 213 old->prev = LIST_POISON2; in list_replace_rcu() 515 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_del_rcu() 535 WRITE_ONCE(old->pprev, LIST_POISON2); in hlist_replace_rcu()
|
H A D | poison.h | 24 #define LIST_POISON2 ((void *) 0x122 + POISON_POINTER_DELTA) macro
|
H A D | rculist_bl.h | 49 n->pprev = LIST_POISON2; in hlist_bl_del_rcu()
|
H A D | rculist_nulls.h | 77 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del_rcu()
|
H A D | list_nulls.h | 116 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del()
|
H A D | list_bl.h | 135 n->pprev = LIST_POISON2; in hlist_bl_del()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rculist.h | 158 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 D | poison.h | 24 #define LIST_POISON2 ((void *) 0x122 + POISON_POINTER_DELTA) macro
|
H A D | rculist_bl.h | 49 n->pprev = LIST_POISON2; in hlist_bl_del_rcu()
|
H A D | list_nulls.h | 116 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del()
|
H A D | rculist_nulls.h | 77 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del_rcu()
|
H A D | list_bl.h | 135 n->pprev = LIST_POISON2; in hlist_bl_del()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | list_debug.c | 50 NVHE_CHECK_DATA_CORRUPTION(prev == LIST_POISON2) || in __list_del_entry_valid_or_report()
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | policy.h | 53 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2)
|