Searched defs:hlist_head (Results 1 – 6 of 6) sorted by relevance
116 struct hlist_head { struct117 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
513 struct hlist_head { struct522 #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
514 struct hlist_head { struct523 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument
543 struct hlist_head { struct552 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument