Searched refs:LIST_POISON1 (Results 1 – 6 of 6) sorted by relevance
117 #define LIST_POISON1 ((void *) 0x00100100) macro128 entry->next = (struct list_head*)LIST_POISON1; in list_del()
12 #define LIST_POISON1 ((void *) 0x00100100) macro69 entry->next = LIST_POISON1; in list_del()
15 #define LIST_POISON1 ((void *) 0x00100100) macro157 entry->next = LIST_POISON1; in list_del()387 n->next = LIST_POISON1; in hlist_del()
18 #ifndef LIST_POISON119 #define LIST_POISON1 ((void *) 0x00100100) macro181 entry->next = LIST_POISON1; in list_del()736 n->next = LIST_POISON1; in hlist_del()
88 #define LIST_POISON1 ((void *)0x0100100100100100UL) macro
241 tmp_list->prev->next = LIST_POISON1; in sh_terminate_list()
Completed in 12 milliseconds