Searched refs:pprev (Results 1 – 3 of 3) sorted by relevance
697 h->pprev = NULL; in INIT_HLIST_NODE()702 return !h->pprev; in hlist_unhashed()713 struct hlist_node **pprev = n->pprev; in __hlist_del() local714 *pprev = next; in __hlist_del()716 next->pprev = pprev; in __hlist_del()772 new->pprev = old->pprev; in hlist_replace_rcu()776 *new->pprev = new; in hlist_replace_rcu()825 n->pprev = next->pprev; in hlist_add_before()828 *(n->pprev) = n; in hlist_add_before()863 n->pprev = next->pprev; in hlist_add_before_rcu()[all …]
367 return !h->pprev; in hlist_unhashed()378 struct hlist_node **pprev = n->pprev; in __hlist_del() local379 *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 …]
153 static int remove_from_list(struct timer **pprev, struct timer *t) in remove_from_list() argument155 struct timer *curr, **_pprev = pprev; in remove_from_list()162 return (_pprev == pprev); in remove_from_list()165 static int add_to_list(struct timer **pprev, struct timer *t) in add_to_list() argument167 struct timer *curr, **_pprev = pprev; in add_to_list()175 return (_pprev == pprev); in add_to_list()
Completed in 11 milliseconds