Lines Matching refs:pprev
159 n->pprev = NULL; in hlist_del_init_rcu()
343 n->pprev = LIST_POISON2; in hlist_del_rcu()
359 new->pprev = old->pprev; in hlist_replace_rcu()
360 rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); in hlist_replace_rcu()
362 new->next->pprev = &new->next; in hlist_replace_rcu()
363 old->pprev = LIST_POISON2; in hlist_replace_rcu()
371 #define hlist_pprev_rcu(node) (*((struct hlist_node __rcu **)((node)->pprev)))
398 n->pprev = &h->first; in hlist_add_head_rcu()
401 first->pprev = &n->next; in hlist_add_head_rcu()
425 n->pprev = next->pprev; in hlist_add_before_rcu()
428 next->pprev = &n->next; in hlist_add_before_rcu()
453 n->pprev = &prev->next; in hlist_add_behind_rcu()
456 n->next->pprev = &n->next; in hlist_add_behind_rcu()