Searched refs:rtime (Results 1 – 1 of 1) sorted by relevance
544 static cputime_t scale_stime(u64 stime, u64 rtime, u64 total) in scale_stime() argument550 if (stime > rtime) in scale_stime()551 swap(rtime, stime); in scale_stime()558 if (!(rtime >> 32)) in scale_stime()567 rtime >>= 1; in scale_stime()572 rtime >>= 1; in scale_stime()580 scaled = div_u64((u64) (u32) stime * (u64) (u32) rtime, (u32)total); in scale_stime()609 cputime_t rtime, stime, utime; in cputime_adjust() local621 rtime = nsecs_to_cputime(curr->sum_exec_runtime); in cputime_adjust()628 if (prev->stime + prev->utime >= rtime) in cputime_adjust()[all …]