Lines Matching refs:stime
121 if (!cputime->utime && !cputime->stime && !cputime->sum_exec_runtime) in task_cputime_zero()
128 cputime_t utime, stime; in prof_ticks() local
130 task_cputime(p, &utime, &stime); in prof_ticks()
132 return cputime_to_expires(utime + stime); in prof_ticks()
217 __update_gt_cputime(&cputime_atomic->stime, sum->stime); in update_gt_cputime()
226 times->stime = atomic64_read(&atomic_times->stime); in sample_cputime_atomic()
273 *sample = cputime_to_expires(cputime.utime + cputime.stime); in cpu_clock_sample_group()
573 *sample = cputime_to_expires(cputime.utime + cputime.stime); in cpu_timer_sample_group()
989 ptime = utime + cputime_to_expires(cputime.stime); in check_process_timers()
1121 if (expires->stime && sample->utime + sample->stime >= expires->stime) in task_cputime_expired()
1146 task_cputime(tsk, &task_sample.utime, &task_sample.stime); in fastpath_timer_check()