Searched refs:ki_runtime (Results 1 – 7 of 7) sorted by relevance
673 return ((double)(pp->ki_runtime - oldp->ki_runtime) in proc_calc_pctcpu()684 return ((double)pp->ki_runtime / previous_interval); in proc_calc_pctcpu()701 return (pp->ki_runtime != oldp->ki_runtime || in proc_used_cpu()934 cputime = (pp->ki_runtime + 500000) / 1000000; in format_next_process()1269 int64_t diff = (int64_t)(b)->ki_runtime - (int64_t)(a)->ki_runtime; \
535 secs = k->ki_p->ki_runtime / 1000000; in cputime()536 psecs = k->ki_p->ki_runtime % 1000000; in cputime()
164 u_int64_t ki_runtime; /* Real time in microsec */ member
299 u_int64_t ki_runtime; member
273 cpu_time = kp->ki_runtime / 100000; /* centi-seconds */ in kinfo_proc_to_swrun_entry()
389 kp->ki_runtime = cputick2usec(proc.p_rux.rux_runtime); in kvm_proclist()
897 kp->ki_runtime = cputick2usec(p->p_rux.rux_runtime); in fill_kinfo_proc_only()1039 kp->ki_runtime = cputick2usec(td->td_rux.rux_runtime); in fill_kinfo_thread()1194 CP(*ki, *ki32, ki_runtime); in freebsd32_kinfo_proc_out()