Searched defs:list_init (Results 1 – 2 of 2) 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