Searched refs:p_rux (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/kern/ |
H A D | init_main.c | 670 p->p_rux.rux_runtime = 0; in proc0_post() 671 p->p_rux.rux_uticks = 0; in proc0_post() 672 p->p_rux.rux_sticks = 0; in proc0_post() 673 p->p_rux.rux_iticks = 0; in proc0_post()
|
H A D | kern_resource.c | 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() 967 calcru1(p, &p->p_rux, up, sp); in calcru() 1259 ruxagg_ext_locked(&p->p_rux, td); in ruxagg_locked()
|
H A D | kern_racct.c | 993 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit() 1267 runtime = cputick2usec(p->p_rux.rux_runtime); in racctd()
|
H A D | kern_exit.c | 719 ruadd(&p->p_ru, &p->p_rux, &p->p_stats->p_cru, &p->p_crux); in exit1() 999 ruadd(&q->p_stats->p_cru, &q->p_crux, &p->p_ru, &p->p_rux); in proc_reap()
|
H A D | kern_time.c | 282 runtime = targetp->p_rux.rux_runtime; in kern_process_cputime()
|
H A D | kern_proc.c | 1165 kp->ki_runtime = cputick2usec(p->p_rux.rux_runtime); in fill_kinfo_proc_only()
|
/freebsd/lib/libkvm/ |
H A D | kvm_proc.c | 362 kp->ki_runtime = cputick2usec(proc.p_rux.rux_runtime); in kvm_proclist()
|
/freebsd/sys/sys/ |
H A D | proc.h | 695 struct rusage_ext p_rux; /* (cu) Internal resource usage. */ member
|