Lines Matching refs:stime
168 if (!cputime->utime && !cputime->stime && !cputime->sum_exec_runtime) in task_cputime_zero()
175 cputime_t utime, stime; in prof_ticks() local
177 task_cputime(p, &utime, &stime); in prof_ticks()
179 return utime + stime; in prof_ticks()
251 if (b->stime > a->stime) in update_gt_cputime()
252 a->stime = b->stime; in update_gt_cputime()
296 cpu->cpu = cputime.utime + cputime.stime; in cpu_clock_sample_group()
456 cputime_t utime, cputime_t stime, in cleanup_timers() argument
460 cputime_t ptime = utime + stime; in cleanup_timers()
499 cputime_t utime, stime; in posix_cpu_timers_exit() local
503 task_cputime(tsk, &utime, &stime); in posix_cpu_timers_exit()
505 utime, stime, tsk->se.sum_exec_runtime); in posix_cpu_timers_exit()
511 cputime_t utime, stime; in posix_cpu_timers_exit_group() local
513 task_cputime(tsk, &utime, &stime); in posix_cpu_timers_exit_group()
515 utime + sig->utime, stime + sig->stime, in posix_cpu_timers_exit_group()
644 cpu->cpu = cputime.utime + cputime.stime; in cpu_timer_sample_group()
1082 ptime = utime + cputime.stime; in check_process_timers()
1256 if (expires->stime && sample->utime + sample->stime >= expires->stime) in task_cputime_expired()
1277 cputime_t utime, stime; in fastpath_timer_check() local
1279 task_cputime(tsk, &utime, &stime); in fastpath_timer_check()
1284 .stime = stime, in fastpath_timer_check()