Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_resource.c621 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()
HDkern_racct.c996 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit()
1251 runtime = cputick2usec(p->p_rux.rux_runtime); in racctd()
HDinit_main.c643 p->p_rux.rux_runtime = 0; in proc0_post()
HDkern_proc.c982 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()
HDkern_time.c280 runtime = targetp->p_rux.rux_runtime; in get_process_cputime()
/freebsd-11-stable/lib/libkvm/
HDkvm_proc.c389 kp->ki_runtime = cputick2usec(proc.p_rux.rux_runtime); in kvm_proclist()
/freebsd-11-stable/sys/sys/
HDproc.h200 uint64_t rux_runtime; /* (cu) Real time. */ member