Home
last modified time | relevance | path

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

/linux/tools/include/linux/
A Dpoison.h20 #define LIST_POISON2 NULL macro
28 #define LIST_POISON2 ((void *) 0x200 + POISON_POINTER_DELTA) macro
A Dlist.h109 entry->prev = LIST_POISON2; in list_del()
639 n->pprev = LIST_POISON2; in hlist_del()
/linux/lib/
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()
/linux/tools/usb/usbip/libsrc/
A Dlist.h78 #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) macro
95 entry->prev = LIST_POISON2; in list_del()
/linux/tools/testing/selftests/bpf/
A Dbpf_arena_list.h85 #define LIST_POISON2 ((void __arena *) 0x122 + POISON_POINTER_DELTA) macro
91 n->pprev = LIST_POISON2; in list_del()
/linux/scripts/include/
A Dlist.h27 #define LIST_POISON2 ((void *) 0x122) macro
127 entry->prev = LIST_POISON2; in list_del()
362 n->pprev = LIST_POISON2; in hlist_del()
/linux/include/linux/
A Drculist.h158 entry->prev = LIST_POISON2; in list_del_rcu()
207 old->prev = LIST_POISON2; in list_replace_rcu()
517 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_del_rcu()
539 WRITE_ONCE(old->pprev, LIST_POISON2); in hlist_replace_rcu()
A Dpoison.h24 #define LIST_POISON2 ((void *) 0x122 + POISON_POINTER_DELTA) macro
A Drculist_bl.h49 n->pprev = LIST_POISON2; in hlist_bl_del_rcu()
A Drculist_nulls.h77 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del_rcu()
A Dlist_nulls.h116 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del()
A Dlist_bl.h135 n->pprev = LIST_POISON2; in hlist_bl_del()
A Dlist.h231 entry->prev = LIST_POISON2; in list_del()
1004 n->pprev = LIST_POISON2; in hlist_del()
A Dfilter.h1238 fp->aux->ksym.lnode.prev == LIST_POISON2; in bpf_prog_kallsyms_verify_off()
/linux/arch/arm64/kvm/hyp/nvhe/
A Dlist_debug.c50 NVHE_CHECK_DATA_CORRUPTION(prev == LIST_POISON2) || in __list_del_entry_valid_or_report()
/linux/security/apparmor/include/
A Dpolicy.h60 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2)
/linux/drivers/md/
A Ddm-writecache.c777 wc->lru.prev = LIST_POISON2; in writecache_poison_lists()
779 wc->freelist.prev = LIST_POISON2; in writecache_poison_lists()
/linux/kernel/time/
A Dtimer.c937 entry->next = LIST_POISON2; in detach_timer()

Completed in 45 milliseconds