Searched refs:rux_runtime (Results 1 – 7 of 7) sorted by relevance
621 if (p->p_rux.rux_runtime > p->p_cpulimit * cpu_tickrate()) { in lim_cb()623 if (p->p_rux.rux_runtime >= rlim.rlim_max * cpu_tickrate()) { in lim_cb()966 tu = cputick2usec(ruxp->rux_runtime); in calcru1()1103 rux->rux_runtime += rux2->rux_runtime; in ruadd()1122 rux->rux_runtime += td->td_incruntime; in ruxagg_locked()
996 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit()1251 runtime = cputick2usec(p->p_rux.rux_runtime); in racctd()
643 p->p_rux.rux_runtime = 0; in proc0_post()
982 kp->ki_runtime = cputick2usec(p->p_rux.rux_runtime); in fill_kinfo_proc_only()1131 kp->ki_runtime = cputick2usec(td->td_rux.rux_runtime); in fill_kinfo_thread()
280 runtime = targetp->p_rux.rux_runtime; in get_process_cputime()
389 kp->ki_runtime = cputick2usec(proc.p_rux.rux_runtime); in kvm_proclist()
200 uint64_t rux_runtime; /* (cu) Real time. */ member