Searched refs:ki_runtime (Results 1 – 7 of 7) sorted by relevance
697 return ((double)(pp->ki_runtime - oldp->ki_runtime) in proc_calc_pctcpu()708 return ((double)pp->ki_runtime / previous_interval); in proc_calc_pctcpu()725 return (pp->ki_runtime != oldp->ki_runtime || in proc_used_cpu()978 cputime = (pp->ki_runtime + 500000) / 1000000; in format_next_process()1295 int64_t diff = (int64_t)(b)->ki_runtime - (int64_t)(a)->ki_runtime; \
532 secs = k->ki_p->ki_runtime / 1000000; in cputime()533 psecs = k->ki_p->ki_runtime % 1000000; in cputime()
382 uint64_t ki_runtime; member
163 u_int64_t ki_runtime; /* Real time in microsec */ member
271 cpu_time = kp->ki_runtime / 100000; /* centi-seconds */ in kinfo_proc_to_swrun_entry()
360 kp->ki_runtime = cputick2usec(proc.p_rux.rux_runtime); in kvm_proclist()
1165 kp->ki_runtime = cputick2usec(p->p_rux.rux_runtime); in fill_kinfo_proc_only()1334 kp->ki_runtime = cputick2usec(td->td_rux.rux_runtime); in fill_kinfo_thread()1463 CP(*ki, *ki32, ki_runtime); in freebsd32_kinfo_proc_out()