Searched refs:rux_runtime (Results 1 – 7 of 7) sorted by relevance
630 if (p->p_rux.rux_runtime > p->p_cpulimit * cpu_tickrate()) { in lim_cb()632 if (p->p_rux.rux_runtime >= rlim.rlim_max * cpu_tickrate()) { in lim_cb()833 *res = p->p_rux.rux_runtime; in getrlimitusage_one()1093 tu = cputick2usec(ruxp->rux_runtime); in calcru1()1230 rux->rux_runtime += rux2->rux_runtime; in ruadd()1247 rux->rux_runtime += td->td_incruntime; in ruxagg_ext_locked()
993 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit() 1267 runtime = cputick2usec(p->p_rux.rux_runtime); in racctd()
670 p->p_rux.rux_runtime = 0; in proc0_post()
282 runtime = targetp->p_rux.rux_runtime; in kern_process_cputime()
1166 kp->ki_runtime = cputick2usec(p->p_rux.rux_runtime); in fill_kinfo_proc_only()1335 kp->ki_runtime = cputick2usec(td->td_rux.rux_runtime); in fill_kinfo_thread()
362 kp->ki_runtime = cputick2usec(proc.p_rux.rux_runtime); in kvm_proclist()
220 uint64_t rux_runtime; /* (cu) Real time. */ member