Lines Matching refs:pprev
159 n->pprev = NULL; in hlist_del_init_rcu()
346 n->pprev = LIST_POISON2; in hlist_del_rcu()
362 new->pprev = old->pprev; in hlist_replace_rcu()
363 rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); in hlist_replace_rcu()
365 new->next->pprev = &new->next; in hlist_replace_rcu()
366 old->pprev = LIST_POISON2; in hlist_replace_rcu()
374 #define hlist_pprev_rcu(node) (*((struct hlist_node __rcu **)((node)->pprev)))
401 n->pprev = &h->first; in hlist_add_head_rcu()
404 first->pprev = &n->next; in hlist_add_head_rcu()
428 n->pprev = next->pprev; in hlist_add_before_rcu()
431 next->pprev = &n->next; in hlist_add_before_rcu()
456 n->pprev = &prev->next; in hlist_add_behind_rcu()
459 n->next->pprev = &n->next; in hlist_add_behind_rcu()