Searched refs:timer_free_list (Results 1 – 2 of 2) sorted by relevance
59 static struct list_head timer_free_list; variable169 INIT_LIST_HEAD (&timer_free_list); in init_module()175 list_append (&timer_free_list, &__timer_array[i].links); in init_module()522 struct list_head *node = list_first (&timer_free_list); in __timer_alloc()524 if (node != list_null (&timer_free_list)) in __timer_alloc()545 list_append (&timer_free_list, &timer->links); in __timer_dealloc()
39418 (timer_free_list, thread_free_list, thread_active_list): Make static.50679 (timer_free_list, thread_free_list, thread_active_list): Likewise.