Home
last modified time | relevance | path

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

/tools/include/linux/
Dpoison.h20 #define LIST_POISON2 NULL macro
28 #define LIST_POISON2 ((void *) 0x200 + POISON_POINTER_DELTA) macro
Dlist.h109 entry->prev = LIST_POISON2; in list_del()
628 n->pprev = LIST_POISON2; in hlist_del()
/tools/usb/usbip/libsrc/
Dlist.h78 #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) macro
95 entry->prev = LIST_POISON2; in list_del()