Searched defs:list_head (Results 1 – 4 of 4) sorted by relevance
19 struct list_head { struct20 struct list_head *next, *prev; argument
69 struct list_head { struct70 struct list_head *next, *prev; argument
112 struct list_head { struct113 struct list_head *next, *prev; argument
50 #define list_head(list, type, member) \ macro