Searched refs:prof_expires (Results 1 – 1 of 1) sorted by relevance
936 unsigned long long utime, ptime, virt_expires, prof_expires; in check_process_timers() local950 prof_expires = check_timers_list(timers, firing, ptime); in check_process_timers()957 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_PROF], &prof_expires, ptime, in check_process_timers()986 if (!prof_expires || x < prof_expires) { in check_process_timers()987 prof_expires = x; in check_process_timers()991 sig->cputime_expires.prof_exp = expires_to_cputime(prof_expires); in check_process_timers()