Home
last modified time | relevance | path

Searched refs:p_estcpu_inherited (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/kern/
H A Dsched_4bsd.c453 child->p_estcpu_inherited = pl->l_estcpu; in sched_proc_fork()
474 estcpu = decay_cpu_batch(loadfac, child->p_estcpu_inherited, in sched_proc_exit()
H A Dkern_proc.c2658 p->p_estcpu_inherited = psrc->p_estcpu_inherited; in fill_proc()
/netbsd-src/sys/sys/
H A Dproc.h286 fixpt_t p_estcpu_inherited; /* p: cpu inherited from children */ member