Home
last modified time | relevance | path

Searched refs:rux_runtime (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_resource.c632 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()
H A Dkern_racct.c1006 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit()
1275 runtime = cputick2usec(p->p_rux.rux_runtime); in racctd()
H A Dinit_main.c650 p->p_rux.rux_runtime = 0; in proc0_post()
H A Dkern_time.c280 runtime = targetp->p_rux.rux_runtime; in kern_process_cputime()
H A Dkern_proc.c1135 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()
/f-stack/freebsd/sys/
H A Dproc.h215 uint64_t rux_runtime; /* (cu) Real time. */ member