Searched defs:hlist_head (Results 1 – 7 of 7) sorted by relevance
41 struct hlist_head { struct54 struct hlist_head h; argument
112 struct hlist_head { struct113 struct hlist_node *first;
83 struct hlist_head { struct100 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() argument
57 struct hlist_head { struct58 struct hlist_node *first;
513 struct hlist_head { struct522 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument
514 struct hlist_head { struct523 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument
509 struct hlist_head { struct518 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument