Home
last modified time | relevance | path

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

/linux/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; in list_del()
649 n->pprev = LIST_POISON2; in hlist_del()
/linux/tools/usb/usbip/libsrc/
H A Dlist.h78 #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) macro
95 entry->prev = LIST_POISON2; in list_del()
/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_list.h83 #define LIST_POISON2 ((void __arena *) 0x122 + POISON_POINTER_DELTA)
89 n->pprev = LIST_POISON2; in list_del()
85 #define LIST_POISON2 global() macro
/linux/scripts/include/
H A Dlist.h27 #define LIST_POISON2 ((void *) 0x122) macro
127 entry->prev = LIST_POISON2; in list_del()
362 n->pprev = LIST_POISON2; in hlist_del()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dlist_debug.c50 NVHE_CHECK_DATA_CORRUPTION(prev == LIST_POISON2) || in __list_del_entry_valid_or_report()
/linux/include/linux/
H A Drculist_bl.h49 n->pprev = LIST_POISON2; in hlist_bl_del_rcu()
/linux/security/apparmor/include/
H A Dpolicy.h60 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2)
/linux/drivers/md/
H A Ddm-writecache.c776 wc->lru.prev = LIST_POISON2; in writecache_poison_lists()
778 wc->freelist.prev = LIST_POISON2; in writecache_poison_lists()