Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Duser.h161 u_int ki_estcpu; /* Time averaged value of ki_cpticks */ member
/f-stack/freebsd/sys/
H A Duser.h162 u_int ki_estcpu; /* Time averaged value of ki_cpticks */ member
/f-stack/freebsd/kern/
H A Dkern_proc.c1031 kp->ki_estcpu = 0; in fill_kinfo_aggregate()
1036 kp->ki_estcpu += sched_estcpu(td); in fill_kinfo_aggregate()
1306 kp->ki_estcpu = sched_estcpu(td); in fill_kinfo_thread()
1429 CP(*ki, *ki32, ki_estcpu); in freebsd32_kinfo_proc_out()