Lines Matching refs:next
38 struct hlist_bl_node *next, **pprev; member
45 h->next = NULL; in INIT_HLIST_BL_NODE()
81 n->next = first; in hlist_bl_add_head()
83 first->pprev = &n->next; in hlist_bl_add_head()
90 struct hlist_bl_node *next = n->next; in __hlist_bl_del() local
97 ((unsigned long)next | in __hlist_bl_del()
99 if (next) in __hlist_bl_del()
100 next->pprev = pprev; in __hlist_bl_del()
106 n->next = LIST_POISON1; in hlist_bl_del()
140 pos = pos->next)
152 pos && ({ n = pos->next; 1; }) && \