Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dposix-cpu-timers.c914 u64 utime, ptime, virt_expires, prof_expires; in check_process_timers() local
944 prof_expires = check_timers_list(timers, firing, ptime); in check_process_timers()
951 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_PROF], &prof_expires, ptime, in check_process_timers()
987 if (!prof_expires || x < prof_expires) in check_process_timers()
988 prof_expires = x; in check_process_timers()
991 sig->cputime_expires.prof_exp = prof_expires; in check_process_timers()