Home
last modified time | relevance | path

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

/linux/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()
648 n->next = LIST_POISON1; in hlist_del()
/linux/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/tools/testing/selftests/bpf/
H A Dbpf_arena_list.h82 #define LIST_POISON1 ((void __arena *) 0x100 + POISON_POINTER_DELTA)
88 n->next = LIST_POISON1; in list_del()
84 #define LIST_POISON1 global() macro
/linux/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/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/kernel/kcsan/
H A Dcore.c56 .scoped_accesses = {LIST_POISON1, NULL},
/linux/mm/
H A Dpage_alloc.c1091 BUILD_BUG_ON((unsigned long)LIST_POISON1 & 1); in free_tail_page_prepare()
/linux/Documentation/scsi/
H A DChangeLog.lpfc516 removed (100100 is a LIST_POISON1 value from the next pointer