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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c119 #define UIHASH(uid) (&uihashtbl[(uid) & uihash])
121 u_long uihash; /* size of hash table - 1 */ variable
196 uihashtbl = hashinit(maxproc / 16, M_PROC, &uihash);
204 * a given user is using. This routine protects the uihash

Completed in 29 milliseconds