Home
last modified time | relevance | path

Searched refs:sched_estcpu (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dsched.h95 u_int sched_estcpu(struct thread *td);
/f-stack/freebsd/kern/
H A Dsched_4bsd.c1629 sched_estcpu(struct thread *td) in sched_estcpu() function
H A Dkern_proc.c1036 kp->ki_estcpu += sched_estcpu(td); in fill_kinfo_aggregate()
1306 kp->ki_estcpu = sched_estcpu(td); in fill_kinfo_thread()
H A Dsched_ule.c2464 sched_estcpu(struct thread *td __unused) in sched_estcpu() function