Home
last modified time | relevance | path

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

/scripts/include/
A Dlist.h325 h->pprev = NULL; in INIT_HLIST_NODE()
338 return !h->pprev; in hlist_unhashed()
344 struct hlist_node **pprev = n->pprev; in __hlist_del() local
346 *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()
A Dlist_types.h14 struct hlist_node *next, **pprev; member

Completed in 3 milliseconds