Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dpoison.h9 #define LIST_POISON2 ((void *) 0x0) macro
H A Dlist.h102 entry->prev = LIST_POISON2; in list_del()
583 n->pprev = LIST_POISON2; in hlist_del()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dlist.h118 #define LIST_POISON2 ((void *) 0x00200200) macro
129 entry->prev = (struct list_head*)LIST_POISON2; in list_del()