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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h267 u_int p_slptime; /* used by proc_compare */ member in struct:proc
516 u_int p_slptime; /* Time since last blocked. */ member in struct:user32_extern_proc
568 u_int p_slptime; /* Time since last blocked. */ member in struct:user64_extern_proc
H A Dproc.h121 u_int p_slptime; /* Time since last blocked. */ member in struct:extern_proc
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c2948 if (p2->p_slptime > p1->p_slptime)
2950 if (p1->p_slptime > p2->p_slptime)
H A Dkern_sysctl.c1637 exp->p_slptime = p->p_slptime;
1687 exp->p_slptime = p->p_slptime;

Completed in 88 milliseconds