Searched refs:pidhashtbl (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])
500 extern LIST_HEAD(pidhashhead, proc) *pidhashtbl;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c126 struct pidhashhead *pidhashtbl; variable in typeref:struct:pidhashhead
193 pidhashtbl = hashinit(maxproc / 4, M_PROC, &pidhash);

Completed in 20 milliseconds