Home
last modified time | relevance | path

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

/linux-6.1.9/tools/include/linux/
Dpoison.h19 #define LIST_POISON1 NULL macro
27 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
Dlist.h108 entry->next = LIST_POISON1; in list_del()
638 n->next = LIST_POISON1; in hlist_del()
/linux-6.1.9/lib/
Dlist_debug.c53 CHECK_DATA_CORRUPTION(next == LIST_POISON1, in __list_del_entry_valid()
55 entry, LIST_POISON1) || in __list_del_entry_valid()
/linux-6.1.9/tools/usb/usbip/libsrc/
Dlist.h77 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) macro
94 entry->next = LIST_POISON1; in list_del()
/linux-6.1.9/scripts/kconfig/
Dlist.h118 #define LIST_POISON1 ((void *) 0x00100100) macro
129 entry->next = (struct list_head*)LIST_POISON1; in list_del()
/linux-6.1.9/scripts/mod/
Dlist.h25 #define LIST_POISON1 ((void *) 0x100) macro
129 entry->next = LIST_POISON1; in list_del()
/linux-6.1.9/include/linux/
Dpoison.h23 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
Dlist_bl.h134 n->next = LIST_POISON1; in hlist_bl_del()
Dlist.h149 entry->next = LIST_POISON1; in list_del()
899 n->next = LIST_POISON1; in hlist_del()
/linux-6.1.9/arch/arm64/kvm/hyp/nvhe/
Dlist_debug.c47 if (NVHE_CHECK_DATA_CORRUPTION(next == LIST_POISON1) || in __list_del_entry_valid()
/linux-6.1.9/init/
Dinit_task.c186 .scoped_accesses = {LIST_POISON1, NULL},
/linux-6.1.9/mm/
Dmmu_notifier.c807 mm->notifier_subscriptions = LIST_POISON1; /* debug */ in __mmu_notifier_subscriptions_destroy()
Dpage_alloc.c1319 BUILD_BUG_ON((unsigned long)LIST_POISON1 & 1); in free_tail_pages_check()
/linux-6.1.9/kernel/kcsan/
Dcore.c56 .scoped_accesses = {LIST_POISON1, NULL},
/linux-6.1.9/drivers/md/
Ddm-writecache.c773 wc->lru.next = LIST_POISON1; in writecache_poison_lists()
775 wc->freelist.next = LIST_POISON1; in writecache_poison_lists()
/linux-6.1.9/Documentation/scsi/
DChangeLog.lpfc516 removed (100100 is a LIST_POISON1 value from the next pointer