Searched refs:thread_active_list (Results 1 – 2 of 2) sorted by relevance
61 static struct list_head thread_active_list; variable171 INIT_LIST_HEAD (&thread_active_list); in init_module()231 list_append (&thread_active_list, node); in __timer_thread_alloc()500 struct list_head *iter = list_first (&thread_active_list); in __timer_thread_find_matching()502 while (iter != list_null (&thread_active_list)) in __timer_thread_find_matching()
39418 (timer_free_list, thread_free_list, thread_active_list): Make static.50679 (timer_free_list, thread_free_list, thread_active_list): Likewise.