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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h635 #define SESSHASH(sessid) (&sesshashtbl[(sessid) & sesshash])
636 extern LIST_HEAD(sesshashhead, session) *sesshashtbl;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c133 struct sesshashhead *sesshashtbl; variable in typeref:struct:sesshashhead
198 sesshashtbl = hashinit(maxproc / 4, M_PROC, &sesshash);

Completed in 25 milliseconds