Lines Matching refs:timers
808 check_timers_list(struct list_head *timers, in check_timers_list() argument
814 while (!list_empty(timers)) { in check_timers_list()
817 t = list_first_entry(timers, struct cpu_timer_list, entry); in check_timers_list()
837 struct list_head *timers = tsk->cpu_timers; in check_thread_timers() local
843 expires = check_timers_list(timers, firing, prof_ticks(tsk)); in check_thread_timers()
846 expires = check_timers_list(++timers, firing, virt_ticks(tsk)); in check_thread_timers()
849 tsk_expires->sched_exp = check_timers_list(++timers, firing, in check_thread_timers()
938 struct list_head *timers = sig->cpu_timers; in check_process_timers() local
950 prof_expires = check_timers_list(timers, firing, ptime); in check_process_timers()
951 virt_expires = check_timers_list(++timers, firing, utime); in check_process_timers()
952 sched_expires = check_timers_list(++timers, firing, sum_sched_runtime); in check_process_timers()