Home
last modified time | relevance | path

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

/include/linux/
Dlist_nulls.h22 struct hlist_nulls_node *next, **pprev; member
51 return !h->pprev; in hlist_nulls_unhashed()
65 n->pprev = &h->first; in hlist_nulls_add_head()
68 first->pprev = &n->next; in hlist_nulls_add_head()
74 struct hlist_nulls_node **pprev = n->pprev; in __hlist_nulls_del() local
75 *pprev = next; in __hlist_nulls_del()
77 next->pprev = pprev; in __hlist_nulls_del()
83 n->pprev = LIST_POISON2; in hlist_nulls_del()
Dlist_bl.h38 struct hlist_bl_node *next, **pprev; member
46 h->pprev = NULL; in INIT_HLIST_BL_NODE()
53 return !h->pprev; in hlist_bl_unhashed()
83 first->pprev = &n->next; in hlist_bl_add_head()
84 n->pprev = &h->first; in hlist_bl_add_head()
91 struct hlist_bl_node **pprev = n->pprev; in __hlist_bl_del() local
96 *pprev = (struct hlist_bl_node *) in __hlist_bl_del()
98 ((unsigned long)*pprev & LIST_BL_LOCKMASK)); in __hlist_bl_del()
100 next->pprev = pprev; in __hlist_bl_del()
107 n->pprev = LIST_POISON2; in hlist_bl_del()
Drculist.h144 n->pprev = NULL; in hlist_del_init_rcu()
325 n->pprev = LIST_POISON2; in hlist_del_rcu()
341 new->pprev = old->pprev; in hlist_replace_rcu()
342 rcu_assign_pointer(*(struct hlist_node __rcu **)new->pprev, new); in hlist_replace_rcu()
344 new->next->pprev = &new->next; in hlist_replace_rcu()
345 old->pprev = LIST_POISON2; in hlist_replace_rcu()
353 #define hlist_pprev_rcu(node) (*((struct hlist_node __rcu **)((node)->pprev)))
380 n->pprev = &h->first; in hlist_add_head_rcu()
383 first->pprev = &n->next; in hlist_add_head_rcu()
407 n->pprev = next->pprev; in hlist_add_before_rcu()
[all …]
Drculist_nulls.h36 n->pprev = NULL; in hlist_nulls_del_init_rcu()
68 n->pprev = LIST_POISON2; in hlist_nulls_del_rcu()
96 n->pprev = &h->first; in hlist_nulls_add_head_rcu()
99 first->pprev = &n->next; in hlist_nulls_add_head_rcu()
Drculist_bl.h50 n->pprev = NULL; in hlist_bl_del_init_rcu()
76 n->pprev = LIST_POISON2; in hlist_bl_del_rcu()
108 first->pprev = &n->next; in hlist_bl_add_head_rcu()
109 n->pprev = &h->first; in hlist_bl_add_head_rcu()
Dlist.h584 h->pprev = NULL; in INIT_HLIST_NODE()
589 return !h->pprev; in hlist_unhashed()
600 struct hlist_node **pprev = n->pprev; in __hlist_del() local
601 *pprev = next; in __hlist_del()
603 next->pprev = pprev; in __hlist_del()
610 n->pprev = LIST_POISON2; in hlist_del()
626 first->pprev = &n->next; in hlist_add_head()
628 n->pprev = &h->first; in hlist_add_head()
635 n->pprev = next->pprev; in hlist_add_before()
637 next->pprev = &n->next; in hlist_add_before()
[all …]
Dinit_task.h83 .pid_chain = { .next = NULL, .pprev = NULL }, \
91 .pprev = NULL, \
Dtypes.h194 struct hlist_node *next, **pprev; member
Dmm.h1083 struct vm_area_struct **pprev, unsigned long start,
1618 struct vm_area_struct **pprev);
/include/net/
Dinet_timewait_sock.h160 tw->tw_death_node.pprev = NULL; in inet_twsk_dead_node_init()
Dsock.h495 node->pprev = NULL; in sk_node_init()
500 node->pprev = NULL; in sk_nulls_node_init()
879 memset(&sk->sk_node.pprev, 0, in sk_prot_clear_nulls()
880 size - offsetof(struct sock, sk_node.pprev)); in sk_prot_clear_nulls()