Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dpoison.h8 #define LIST_POISON1 ((void *) 0x0) macro
H A Dlist.h101 entry->next = LIST_POISON1; in list_del()
582 n->next = LIST_POISON1; in hlist_del()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dlist.h117 #define LIST_POISON1 ((void *) 0x00100100) macro
128 entry->next = (struct list_head*)LIST_POISON1; in list_del()