Home
last modified time | relevance | path

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

/xen/xen/tools/kconfig/
A Dlist.h119 #define LIST_POISON2 ((void *) 0x00200200) macro
130 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
/xen/tools/xenstore/
A Dlist.h16 #define LIST_POISON2 ((void *) 0x00200200) macro
158 entry->prev = LIST_POISON2; in list_del()
175 entry->prev = LIST_POISON2; in list_del_rcu()
388 n->pprev = LIST_POISON2; in hlist_del()
405 n->pprev = LIST_POISON2; in hlist_del_rcu()
/xen/xen/include/xen/
A Dlist.h20 #define LIST_POISON2 ((void *) 0x00200200) macro
184 entry->prev = LIST_POISON2; in list_del()
214 entry->prev = LIST_POISON2; in list_del_rcu()
255 old->prev = LIST_POISON2; in list_replace_rcu()
723 n->pprev = LIST_POISON2; in hlist_del()
748 n->pprev = LIST_POISON2; in hlist_del_rcu()
777 old->pprev = LIST_POISON2; in hlist_replace_rcu()
/xen/xen/include/asm-x86/
A Dconfig.h93 #define LIST_POISON2 ((void *)0x0200200200200200UL) macro
/xen/xen/arch/x86/mm/shadow/
A Dprivate.h240 tmp_list->next->prev = LIST_POISON2; in sh_terminate_list()

Completed in 10 milliseconds