Searched refs:list_next (Results 1 – 2 of 2) sorted by relevance
178 static inline struct list_node *list_next(struct list_node *list, struct list_node *item) { in list_next() function186 struct list_node *__nod = list_next(list, item);\
216 struct list_node *next_node = list_next(&theheap.free_list, &chunk->node); in miniheap_alloc()
Completed in 4 milliseconds