Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/inc/
H A Dmpp_hash.h30 struct hlist_node { struct
31 struct hlist_node *next, **pprev; argument
35 struct hlist_node *first;
50 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE()
56 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed()
66 static inline void __hlist_del(struct hlist_node *n) in __hlist_del()
68 struct hlist_node *next = n->next; in __hlist_del()
69 struct hlist_node **pprev = n->pprev; in __hlist_del()
76 static inline void hlist_del(struct hlist_node *n) in hlist_del()
79 n->next = (struct hlist_node*)LIST_POISON1; in hlist_del()
[all …]
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_buffer_impl.h148 struct hlist_node hlist;
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buffer_impl.c1330 struct hlist_node *n; in service_dump()