Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dlist.h571 h->pprev = NULL; in INIT_HLIST_NODE()
576 return !h->pprev; in hlist_unhashed()
587 struct hlist_node **pprev = n->pprev; in __hlist_del() local
588 *pprev = next; in __hlist_del()
590 next->pprev = pprev; in __hlist_del()
597 n->pprev = LIST_POISON2; in hlist_del()
615 n->pprev = &h->first; in hlist_add_head()
622 n->pprev = next->pprev; in hlist_add_before()
624 next->pprev = &n->next; in hlist_add_before()
625 *(n->pprev) = n; in hlist_add_before()
[all …]

Completed in 5 milliseconds