Searched refs:hlist_head (Results 1 – 4 of 4) sorted by relevance
297 struct hlist_head { struct306 #define HLIST_HEAD(name) struct hlist_head name = HLIST_HEAD_INIT argument322 hlist_empty(const struct hlist_head *h) in hlist_empty()348 hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()381 hlist_move_list(struct hlist_head *old, struct hlist_head *new) in hlist_move_list()
509 struct hlist_head { struct518 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument527 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty()583 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()614 struct hlist_head *h) in hlist_add_head_rcu()
19 struct hlist_head names[CHAIN_NAME_HSIZE];
177 static struct hlist_head *chain_name_hlist(struct nft_handle *h, in chain_name_hlist()