Searched defs:hlist_head (Results 1 – 2 of 2) sorted by relevance
11 struct hlist_head { struct28 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() argument
509 struct hlist_head { struct518 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument