Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/xenstore/
A Dlist.h367 return !h->pprev; in hlist_unhashed()
378 struct hlist_node **pprev = n->pprev; in __hlist_del() local
379 *pprev = next; in __hlist_del()
381 next->pprev = pprev; in __hlist_del()
388 n->pprev = LIST_POISON2; in hlist_del()
410 if (n->pprev) { in hlist_del_init()
425 n->pprev = &h->first; in hlist_add_head()
432 n->pprev = &h->first; in hlist_add_head_rcu()
441 n->pprev = next->pprev; in hlist_add_before()
444 *(n->pprev) = n; in hlist_add_before()
[all …]
/xen-4.10.0-shim-comet/xen/include/xen/
A Dlist.h711 h->pprev = NULL; in INIT_HLIST_NODE()
716 return !h->pprev; in hlist_unhashed()
727 struct hlist_node **pprev = n->pprev; in __hlist_del() local
728 *pprev = next; in __hlist_del()
730 next->pprev = pprev; in __hlist_del()
786 new->pprev = old->pprev; in hlist_replace_rcu()
790 *new->pprev = new; in hlist_replace_rcu()
839 n->pprev = next->pprev; in hlist_add_before()
842 *(n->pprev) = n; in hlist_add_before()
877 n->pprev = next->pprev; in hlist_add_before_rcu()
[all …]
/xen-4.10.0-shim-comet/xen/common/
A Dtimer.c143 static int remove_from_list(struct timer **pprev, struct timer *t) in remove_from_list() argument
145 struct timer *curr, **_pprev = pprev; in remove_from_list()
152 return (_pprev == pprev); in remove_from_list()
155 static int add_to_list(struct timer **pprev, struct timer *t) in add_to_list() argument
157 struct timer *curr, **_pprev = pprev; in add_to_list()
165 return (_pprev == pprev); in add_to_list()

Completed in 7 milliseconds