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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h265 u_int p_estcpu; /* Time averaged value of p_cpticks.(used by aio and proc_comapre) */ member in struct:proc
510 u_int p_estcpu; /* Time averaged value of p_cpticks. */ member in struct:user32_extern_proc
562 u_int p_estcpu; /* Time averaged value of p_cpticks. */ member in struct:user64_extern_proc
H A Dproc.h115 u_int p_estcpu; /* Time averaged value of p_cpticks. */ member in struct:extern_proc
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c2888 * with the highest cpu utilization is picked (p_estcpu). Ties are
2925 if (p2->p_estcpu > p1->p_estcpu)
2927 if (p1->p_estcpu > p2->p_estcpu)
H A Dkern_sysctl.c1635 exp->p_estcpu = p->p_estcpu;
1685 exp->p_estcpu = p->p_estcpu;

Completed in 30 milliseconds