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

/u-boot/include/linux/
H A Dpoison.h8 #define LIST_POISON1 ((void *) 0x0) macro
H A Dlist.h101 entry->next = LIST_POISON1;
596 n->next = LIST_POISON1;
/u-boot/scripts/kconfig/
H A Dlist.h118 #define LIST_POISON1 ((void *) 0x00100100) macro
129 entry->next = (struct list_head*)LIST_POISON1;

Completed in 168 milliseconds