Home
last modified time | relevance | path

Searched refs:check_timers_list (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c832 check_timers_list(struct list_head *timers, in check_timers_list() function
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()
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()