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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc.h118 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
121 u_int p_swtime; /* Time swapped in or out. */ member in struct:extern_proc
H A Dproc_internal.h268 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime (used by aio)*/
552 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
555 u_int p_swtime; /* Time swapped in or out. */ member in struct:user32_extern_proc
604 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
607 u_int p_swtime; /* Time swapped in or out. */ member in struct:user64_extern_proc
/macosx-10.10/adv_cmds-158/ps/
H A Dkeyword.c150 {"re", "RE", NULL, 0, pvar, NULL, 3, POFF(p_swtime), UINT, "d"},
H A Dprint.c931 if (p->p_swtime == 0 || (p->p_flag & P_INMEM) == 0)
936 (1.0 - exp(p->p_swtime * log(fxtofl(ccpu)))));

Completed in 119 milliseconds