Searched refs:LIST_POISON2 (Results 1 - 19 of 19) sorted by relevance

/linux-master/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;
639 n->pprev = LIST_POISON2;
/linux-master/lib/
H A Dlist_debug.c59 CHECK_DATA_CORRUPTION(prev == LIST_POISON2,
60 "list_del corruption, %px->prev is LIST_POISON2 (%px)\n",
61 entry, LIST_POISON2) ||
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dlist_debug.c50 NVHE_CHECK_DATA_CORRUPTION(prev == LIST_POISON2) ||
/linux-master/include/linux/
H A Dpoison.h24 #define LIST_POISON2 ((void *) 0x122 + POISON_POINTER_DELTA) macro
H A Drculist_bl.h49 n->pprev = LIST_POISON2;
H A Dlist_nulls.h116 WRITE_ONCE(n->pprev, LIST_POISON2);
H A Drculist_nulls.h77 WRITE_ONCE(n->pprev, LIST_POISON2);
H A Drculist.h158 entry->prev = LIST_POISON2;
204 old->prev = LIST_POISON2;
514 WRITE_ONCE(n->pprev, LIST_POISON2);
534 WRITE_ONCE(old->pprev, LIST_POISON2);
H A Dlist_bl.h135 n->pprev = LIST_POISON2;
H A Dlist.h116 * are NULL, LIST_POISON1 or LIST_POISON2, since the immediate
231 entry->prev = LIST_POISON2;
1004 n->pprev = LIST_POISON2;
H A Dfilter.h1083 fp->aux->ksym.lnode.prev == LIST_POISON2;
/linux-master/tools/usb/usbip/libsrc/
H A Dlist.h78 #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) macro
95 entry->prev = LIST_POISON2;
/linux-master/scripts/mod/
H A Dlist.h26 #define LIST_POISON2 ((void *) 0x122) macro
130 entry->prev = LIST_POISON2;
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_list.h85 #define LIST_POISON2 ((void __arena *) 0x122 + POISON_POINTER_DELTA) macro
91 n->pprev = LIST_POISON2;
/linux-master/scripts/kconfig/
H A Dlist.h27 #define LIST_POISON2 ((void *) 0x122) macro
127 entry->prev = LIST_POISON2;
/linux-master/security/apparmor/include/
H A Dpolicy.h60 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2)
/linux-master/drivers/md/
H A Ddm-writecache.c777 wc->lru.prev = LIST_POISON2;
779 wc->freelist.prev = LIST_POISON2;
/linux-master/kernel/time/
H A Dtimer.c938 entry->next = LIST_POISON2;

Completed in 433 milliseconds