Searched refs:timer_free_list (Results 1 – 1 of 1) 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()
Completed in 3 milliseconds