Searched refs:p_rux (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | init_main.c | 650 p->p_rux.rux_runtime = 0; in proc0_post() 651 p->p_rux.rux_uticks = 0; in proc0_post() 652 p->p_rux.rux_sticks = 0; in proc0_post() 653 p->p_rux.rux_iticks = 0; in proc0_post()
|
| H A D | kern_resource.c | 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() 846 calcru1(p, &p->p_rux, up, sp); in calcru() 1143 ruxagg_ext_locked(&p->p_rux, td); in ruxagg_locked()
|
| H A D | kern_racct.c | 1006 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit() 1275 runtime = cputick2usec(p->p_rux.rux_runtime); in racctd()
|
| H A D | kern_exit.c | 681 ruadd(&p->p_ru, &p->p_rux, &p->p_stats->p_cru, &p->p_crux); in exit1() 934 ruadd(&q->p_stats->p_cru, &q->p_crux, &p->p_ru, &p->p_rux); in proc_reap()
|
| H A D | kern_time.c | 280 runtime = targetp->p_rux.rux_runtime; in kern_process_cputime()
|
| H A D | kern_proc.c | 1135 kp->ki_runtime = cputick2usec(p->p_rux.rux_runtime); in fill_kinfo_proc_only()
|
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 643 struct rusage_ext p_rux; /* (cu) Internal resource usage. */ member
|