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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h628 #define PIDHASH(pid) (&pidhashtbl[(pid) & pidhash])
629 extern LIST_HEAD(pidhashhead, proc) *pidhashtbl;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c129 struct pidhashhead *pidhashtbl; variable in typeref:struct:pidhashhead
196 pidhashtbl = hashinit(maxproc / 4, M_PROC, &pidhash);

Completed in 28 milliseconds