Searched defs:list_head (Results 1 – 4 of 4) sorted by relevance
81 #define list_head(list) ((list)->next) macro
72 struct list_head { struct73 struct list_head *next; argument74 struct list_head *prev; argument33535 struct list_head list_head; member
79 struct list_head { struct80 struct list_head *next; argument81 struct list_head *prev; argument43197 struct list_head list_head; member