Lines Matching refs:pprev
176 n->pprev = NULL; in hlist_del_init_rcu()
476 n->pprev = LIST_POISON2; in hlist_del_rcu()
492 new->pprev = old->pprev; in hlist_replace_rcu()
493 rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); in hlist_replace_rcu()
495 new->next->pprev = &new->next; in hlist_replace_rcu()
496 old->pprev = LIST_POISON2; in hlist_replace_rcu()
504 #define hlist_pprev_rcu(node) (*((struct hlist_node __rcu **)((node)->pprev)))
531 n->pprev = &h->first; in hlist_add_head_rcu()
534 first->pprev = &n->next; in hlist_add_head_rcu()
567 n->pprev = &last->next; in hlist_add_tail_rcu()
595 n->pprev = next->pprev; in hlist_add_before_rcu()
598 next->pprev = &n->next; in hlist_add_before_rcu()
623 n->pprev = &prev->next; in hlist_add_behind_rcu()
626 n->next->pprev = &n->next; in hlist_add_behind_rcu()