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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h129 u_int p_slptime; /* Time since last blocked. */ member in struct:extern_proc
H A Dproc_internal.h236 u_int p_slptime; /* used by proc_compare */ member in struct:proc
446 u_int p_slptime; /* Time since last blocked. */ member in struct:user_extern_proc
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sysctl.c1467 exp->p_slptime = p->p_slptime ;
1471 exp->p_slptime = 0 ;
1532 exp->p_slptime = p->p_slptime ;
1536 exp->p_slptime = 0 ;
H A Dtty.c2508 if (p2->p_slptime > p1->p_slptime)
2510 if (p1->p_slptime > p2->p_slptime)

Completed in 54 milliseconds