Searched refs:prof_expires (Results 1 – 1 of 1) sorted by relevance
965 unsigned long long utime, ptime, virt_expires, prof_expires; in check_process_timers() local992 prof_expires = check_timers_list(timers, firing, ptime); in check_process_timers()999 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_PROF], &prof_expires, ptime, in check_process_timers()1028 if (!prof_expires || x < prof_expires) { in check_process_timers()1029 prof_expires = x; in check_process_timers()1033 sig->cputime_expires.prof_exp = expires_to_cputime(prof_expires); in check_process_timers()