Home
last modified time | relevance | path

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

/tools/include/linux/
A Dpoison.h20 #define LIST_POISON2 NULL macro
28 #define LIST_POISON2 ((void *) 0x200 + POISON_POINTER_DELTA) macro
A Dlist.h109 entry->prev = LIST_POISON2; in list_del()
639 n->pprev = LIST_POISON2; in hlist_del()
/tools/usb/usbip/libsrc/
A Dlist.h78 #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) macro
95 entry->prev = LIST_POISON2; in list_del()
/tools/testing/selftests/bpf/
A Dbpf_arena_list.h85 #define LIST_POISON2 ((void __arena *) 0x122 + POISON_POINTER_DELTA) macro
91 n->pprev = LIST_POISON2; in list_del()

Completed in 6 milliseconds