Searched refs:LIST_POISON1 (Results 1 – 4 of 4) sorted by relevance
19 #define LIST_POISON1 NULL macro27 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
108 entry->next = LIST_POISON1; in list_del()638 n->next = LIST_POISON1; in hlist_del()
77 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) macro94 entry->next = LIST_POISON1; in list_del()
84 #define LIST_POISON1 ((void __arena *) 0x100 + POISON_POINTER_DELTA) macro90 n->next = LIST_POISON1; in list_del()
Completed in 9 milliseconds