Searched defs:list_init (Results 1 – 3 of 3) sorted by relevance
52 static inline void list_init(struct listnode *node) in list_init() function
26 #define list_init(free_fn) { .head = NULL, .tail = NULL, .freefn = (free_fn) } macro