Searched refs:p_estcpu (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h123 u_int p_estcpu; /* Time averaged value of p_cpticks. */ member in struct:extern_proc
H A Dproc_internal.h234 u_int p_estcpu; /* Time averaged value of p_cpticks.(used by aio and proc_comapre) */ member in struct:proc
440 u_int p_estcpu; /* Time averaged value of p_cpticks. */ member in struct:user_extern_proc
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sysctl.c1465 exp->p_estcpu = p->p_estcpu ;
1469 exp->p_estcpu = 0 ;
1530 exp->p_estcpu = p->p_estcpu ;
1534 exp->p_estcpu = 0 ;
H A Dtty.c2453 * with the highest cpu utilization is picked (p_estcpu). Ties are
2485 if (p2->p_estcpu > p1->p_estcpu)
2487 if (p1->p_estcpu > p2->p_estcpu)

Completed in 46 milliseconds