Searched defs:list_head (Results 1 – 5 of 5) sorted by relevance
69 struct list_head { struct70 struct list_head *next, *prev; argument
19 struct list_head { struct20 struct list_head *next, *prev; argument
31 struct list_head { struct32 struct list_head *next; argument33 struct list_head *prev; argument
108 struct list_head { struct109 struct list_head *next, *prev; argument
50 #define list_head(list, type, member) \ macro