Searched defs:hlist_head (Results 1 – 3 of 3) sorted by relevance
21 struct hlist_head { struct22 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