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()
204 if (b->stime > a->stime) in update_gt_cputime()
205 a->stime = b->stime; in update_gt_cputime()
250 *sample = cputime_to_expires(cputime.utime + cputime.stime); in cpu_clock_sample_group()
550 *sample = cputime_to_expires(cputime.utime + cputime.stime); in cpu_timer_sample_group()
947 ptime = utime + cputime_to_expires(cputime.stime); in check_process_timers()
1077 if (expires->stime && sample->utime + sample->stime >= expires->stime) in task_cputime_expired()
1098 cputime_t utime, stime; in fastpath_timer_check() local
1100 task_cputime(tsk, &utime, &stime); in fastpath_timer_check()
1105 .stime = stime, in fastpath_timer_check()