Searched defs:list_head (Results 1 – 4 of 4) sorted by relevance
30 struct list_head { struct31 struct list_head * next, * prev; argument
17 struct list_head { struct18 struct list_head *next, *prev; argument
81 #define list_head(list) ((list)->next) macro