Home
last modified time | relevance | path

Searched refs:LIST_POISON1 (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/tools/include/linux/
H A Dpoison.h19 #define LIST_POISON1 NULL macro
27 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
H A Dlist.h108 entry->next = LIST_POISON1; in list_del()
638 n->next = LIST_POISON1; in hlist_del()
/linux-6.15/lib/
H A Dlist_debug.c56 CHECK_DATA_CORRUPTION(next == LIST_POISON1, next, in __list_del_entry_valid_or_report()
58 entry, LIST_POISON1) || in __list_del_entry_valid_or_report()
/linux-6.15/tools/usb/usbip/libsrc/
H A Dlist.h77 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) macro
94 entry->next = LIST_POISON1; in list_del()
/linux-6.15/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; in list_del()
/linux-6.15/scripts/include/
H A Dlist.h26 #define LIST_POISON1 ((void *) 0x100) macro
126 entry->next = LIST_POISON1; in list_del()
361 n->next = LIST_POISON1; in hlist_del()
/linux-6.15/include/linux/
H A Dpoison.h23 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
H A Dlist_bl.h134 n->next = LIST_POISON1; in hlist_bl_del()
H A Dlist.h230 entry->next = LIST_POISON1; in list_del()
995 n->next = LIST_POISON1; in hlist_del()
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dlist_debug.c49 if (NVHE_CHECK_DATA_CORRUPTION(next == LIST_POISON1) || in __list_del_entry_valid_or_report()
/linux-6.15/init/
H A Dinit_task.c196 .scoped_accesses = {LIST_POISON1, NULL},
/linux-6.15/mm/
H A Dmmu_notifier.c784 mm->notifier_subscriptions = LIST_POISON1; /* debug */ in __mmu_notifier_subscriptions_destroy()
H A Dpage_alloc.c967 BUILD_BUG_ON((unsigned long)LIST_POISON1 & 1); in free_tail_page_prepare()
H A Dvmscan.c5693 lruvec->lrugen.list.next = LIST_POISON1; in lru_gen_exit_memcg()
/linux-6.15/kernel/kcsan/
H A Dcore.c56 .scoped_accesses = {LIST_POISON1, NULL},
/linux-6.15/drivers/md/
H A Ddm-writecache.c776 wc->lru.next = LIST_POISON1; in writecache_poison_lists()
778 wc->freelist.next = LIST_POISON1; in writecache_poison_lists()
/linux-6.15/Documentation/scsi/
H A DChangeLog.lpfc516 removed (100100 is a LIST_POISON1 value from the next pointer