Searched refs:pidhash (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_internal.h499 #define PIDHASH(pid) (&pidhashtbl[(pid) & pidhash])
501 extern u_long pidhash;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c127 u_long pidhash; variable
193 pidhashtbl = hashinit(maxproc / 4, M_PROC, &pidhash);

Completed in 31 milliseconds