Searched refs:list_append (Results 1 – 1 of 1) sorted by relevance
71 list_append (struct list_head *list, struct list_head *newp) in list_append() function82 list_append (list, newp); in list_insbefore()175 list_append (&timer_free_list, &__timer_array[i].links); in init_module()180 list_append (&thread_free_list, &thread_array[i].links); in init_module()231 list_append (&thread_active_list, node); in __timer_thread_alloc()246 list_append (&thread_free_list, &thread->links); in __timer_thread_dealloc()545 list_append (&timer_free_list, &timer->links); in __timer_dealloc()
Completed in 4 milliseconds