Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/inc/
H A Dmpp_hash.h34 struct hlist_head { struct
39 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument
61 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty()
91 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
130 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node()
135 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list()
136 struct hlist_head *_new) in hlist_move_list()
178 struct hlist_head name[1 << (bits)] = \
182 struct hlist_head name[1 << (bits)]
351 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty()