Lines Matching refs:stime
172 return cputime_add(p->utime, p->stime); in prof_ticks()
251 times->stime = cputime_add(times->stime, t->stime); in thread_group_cputime()
258 times->stime = cputime_add(times->stime, sig->stime); in thread_group_cputime()
269 if (cputime_gt(b->stime, a->stime)) in update_gt_cputime()
270 a->stime = b->stime; in update_gt_cputime()
313 cpu->cpu = cputime_add(cputime.utime, cputime.stime); in cpu_clock_sample_group()
473 cputime_t utime, cputime_t stime, in cleanup_timers() argument
477 cputime_t ptime = cputime_add(utime, stime); in cleanup_timers()
519 tsk->utime, tsk->stime, tsk->se.sum_exec_runtime); in posix_cpu_timers_exit()
528 cputime.utime, cputime.stime, cputime.sum_exec_runtime); in posix_cpu_timers_exit_group()
699 cpu->cpu = cputime_add(cputime.utime, cputime.stime); in cpu_timer_sample_group()
1106 ptime = cputime_add(utime, cputime.stime); in check_process_timers()
1305 cputime_eq(cputime->stime, cputime_zero) && in task_cputime_zero()
1327 if (!cputime_eq(expires->stime, cputime_zero) && in task_cputime_expired()
1328 cputime_ge(cputime_add(sample->utime, sample->stime), in task_cputime_expired()
1329 expires->stime)) in task_cputime_expired()
1358 .stime = tsk->stime, in fastpath_timer_check()