Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/inc/
H A Dmpp_hash.h31 struct hlist_node *next, **pprev; member
53 h->pprev = NULL; in INIT_HLIST_NODE()
58 return !h->pprev; in hlist_unhashed()
69 struct hlist_node **pprev = n->pprev; in __hlist_del() local
71 WRITE_ONCE(*pprev, next); in __hlist_del()
73 next->pprev = pprev; in __hlist_del()
80 n->pprev = (struct hlist_node**)LIST_POISON2; in hlist_del()
96 first->pprev = &n->next; in hlist_add_head()
98 n->pprev = &h->first; in hlist_add_head()
103 n->pprev = next->pprev; in hlist_add_before()
[all …]