Lines Matching refs:stime
103 if (!cputime->utime && !cputime->stime && !cputime->sum_exec_runtime) in task_cputime_zero()
110 u64 utime, stime; in prof_ticks() local
112 task_cputime(p, &utime, &stime); in prof_ticks()
114 return utime + stime; in prof_ticks()
118 u64 utime, stime; in virt_ticks() local
120 task_cputime(p, &utime, &stime); in virt_ticks()
199 __update_gt_cputime(&cputime_atomic->stime, sum->stime); in update_gt_cputime()
208 times->stime = atomic64_read(&atomic_times->stime); in sample_cputime_atomic()
255 *sample = cputime.utime + cputime.stime; in cpu_clock_sample_group()
556 *sample = cputime.utime + cputime.stime; in cpu_timer_sample_group()
941 ptime = utime + cputime.stime; in check_process_timers()
1071 if (expires->stime && sample->utime + sample->stime >= expires->stime) in task_cputime_expired()
1096 task_cputime(tsk, &task_sample.utime, &task_sample.stime); in fastpath_timer_check()