Lines Matching refs:timers
832 check_timers_list(struct list_head *timers, in check_timers_list() argument
838 while (!list_empty(timers)) { in check_timers_list()
841 t = list_first_entry(timers, struct cpu_timer_list, entry); in check_timers_list()
861 struct list_head *timers = tsk->cpu_timers; in check_thread_timers() local
874 expires = check_timers_list(timers, firing, prof_ticks(tsk)); in check_thread_timers()
877 expires = check_timers_list(++timers, firing, virt_ticks(tsk)); in check_thread_timers()
880 tsk_expires->sched_exp = check_timers_list(++timers, firing, in check_thread_timers()
967 struct list_head *timers = sig->cpu_timers; in check_process_timers() local
992 prof_expires = check_timers_list(timers, firing, ptime); in check_process_timers()
993 virt_expires = check_timers_list(++timers, firing, utime); in check_process_timers()
994 sched_expires = check_timers_list(++timers, firing, sum_sched_runtime); in check_process_timers()