Home
last modified time | relevance | path

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

/tools/include/linux/
Dpoison.h18 #define LIST_POISON1 NULL macro
26 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
Dlist.h107 entry->next = LIST_POISON1; in list_del()
626 n->next = LIST_POISON1; in hlist_del()
/tools/usb/usbip/libsrc/
Dlist.h76 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) macro
93 entry->next = LIST_POISON1; in list_del()