Searched defs:hlist_head (Results 1 – 4 of 4) sorted by relevance
17 struct hlist_head { struct18 struct hlist_node *first;
30 struct hlist_head struct52 static_inline void hlist_init(hlist_head_t * h); argument
509 struct hlist_head { struct518 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument
592 struct hlist_head { struct601 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument