Searched refs:LIST_POISON1 (Results 1 - 17 of 17) sorted by path

/linux-master/include/linux/
H A Dlist_bl.h134 n->next = LIST_POISON1;
H A Dlist.h116 * are NULL, LIST_POISON1 or LIST_POISON2, since the immediate
230 entry->next = LIST_POISON1;
1003 n->next = LIST_POISON1;
H A Dpoison.h23 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dlist_debug.c49 if (NVHE_CHECK_DATA_CORRUPTION(next == LIST_POISON1) ||
/linux-master/drivers/md/
H A Ddm-writecache.c776 wc->lru.next = LIST_POISON1;
778 wc->freelist.next = LIST_POISON1;
/linux-master/init/
H A Dinit_task.c182 .scoped_accesses = {LIST_POISON1, NULL},
/linux-master/kernel/kcsan/
H A Dcore.c56 .scoped_accesses = {LIST_POISON1, NULL},
/linux-master/lib/
H A Dlist_debug.c56 CHECK_DATA_CORRUPTION(next == LIST_POISON1,
57 "list_del corruption, %px->next is LIST_POISON1 (%px)\n",
58 entry, LIST_POISON1) ||
/linux-master/mm/
H A Dmmu_notifier.c799 mm->notifier_subscriptions = LIST_POISON1; /* debug */
H A Dpage_alloc.c986 BUILD_BUG_ON((unsigned long)LIST_POISON1 & 1);
H A Dvmscan.c5593 lruvec->lrugen.list.next = LIST_POISON1;
/linux-master/scripts/kconfig/
H A Dlist.h26 #define LIST_POISON1 ((void *) 0x100) macro
126 entry->next = LIST_POISON1;
/linux-master/scripts/mod/
H A Dlist.h25 #define LIST_POISON1 ((void *) 0x100) macro
129 entry->next = LIST_POISON1;
/linux-master/tools/include/linux/
H A Dlist.h108 entry->next = LIST_POISON1;
638 n->next = LIST_POISON1;
H A Dpoison.h19 #define LIST_POISON1 NULL macro
27 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_list.h84 #define LIST_POISON1 ((void __arena *) 0x100 + POISON_POINTER_DELTA) macro
90 n->next = LIST_POISON1;
/linux-master/tools/usb/usbip/libsrc/
H A Dlist.h77 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) macro
94 entry->next = LIST_POISON1;

Completed in 500 milliseconds