Searched refs:pprev (Results 1 – 2 of 2) sorted by relevance
325 h->pprev = NULL; in INIT_HLIST_NODE()338 return !h->pprev; in hlist_unhashed()344 struct hlist_node **pprev = n->pprev; in __hlist_del() local346 *pprev = next; in __hlist_del()348 next->pprev = pprev; in __hlist_del()362 n->pprev = LIST_POISON2; in hlist_del()393 first->pprev = &n->next; in hlist_add_head()395 n->pprev = &h->first; in hlist_add_head()
14 struct hlist_node *next, **pprev; member
Completed in 3 milliseconds