Searched refs:rux_runtime (Results 1 – 6 of 6) sorted by relevance
632 if (p->p_rux.rux_runtime > p->p_cpulimit * cpu_tickrate()) { in lim_cb()634 if (p->p_rux.rux_runtime >= rlim.rlim_max * cpu_tickrate()) { in lim_cb()977 tu = cputick2usec(ruxp->rux_runtime); in calcru1()1114 rux->rux_runtime += rux2->rux_runtime; in ruadd()1131 rux->rux_runtime += td->td_incruntime; in ruxagg_ext_locked()
1006 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit()1275 runtime = cputick2usec(p->p_rux.rux_runtime); in racctd()
650 p->p_rux.rux_runtime = 0; in proc0_post()
280 runtime = targetp->p_rux.rux_runtime; in kern_process_cputime()
1135 kp->ki_runtime = cputick2usec(p->p_rux.rux_runtime); in fill_kinfo_proc_only()1304 kp->ki_runtime = cputick2usec(td->td_rux.rux_runtime); in fill_kinfo_thread()
215 uint64_t rux_runtime; /* (cu) Real time. */ member