Searched refs:new_list (Results 1 – 2 of 2) sorted by relevance
148 struct list_node new_list = LIST_INITIAL_VALUE(new_list); in sort_threads() local156 list_for_every_entry (&new_list, t, thread_info_t, node) { in sort_threads()168 list_add_tail(&new_list, &e->node); in sort_threads()171 list_move(&new_list, &thread_list); in sort_threads()
299 static inline void list_move(list_node_t* old_list, list_node_t* new_list) { in list_move() argument300 list_initialize(new_list); in list_move()301 list_splice_after(old_list, new_list); in list_move()
Completed in 10 milliseconds