Searched defs:INIT_LIST_HEAD (Results 1 – 10 of 10) sorted by relevance
13 #define INIT_LIST_HEAD(l) do { (l)->prev = (l)->next = (l); } while (0) macro
44 #define INIT_LIST_HEAD(ptr) do { (ptr)->next = (ptr); (ptr)->prev = (ptr); } while (0) macro
43 #define INIT_LIST_HEAD(ptr) do { (ptr)->next = (ptr); (ptr)->prev = (ptr); } while (0) macro
46 #define INIT_LIST_HEAD(ptr) do { (ptr)->next = (ptr); (ptr)->prev = (ptr); } while (0) macro
67 INIT_LIST_HEAD(struct list_head *head) in INIT_LIST_HEAD() function
43 INIT_LIST_HEAD(struct list_head *head) { in INIT_LIST_HEAD() function
50 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() function
227 #define INIT_LIST_HEAD LIST_INIT macro
72 INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() function
88 INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() function