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

/freebsd-12-stable/sys/kern/
H A Dkern_thread.c142 static MALLOC_DEFINE(M_TIDHASH, "tidhash", "thread hash");
145 u_long tidhash; variable
345 tidhashtbl = hashinit(maxproc / 2, M_TIDHASH, &tidhash);
346 rw_init(&tidhash_lock, "tidhash");
/freebsd-12-stable/sys/sys/
H A Dproc.h985 #define TIDHASH(tid) (&tidhashtbl[(tid) & tidhash])
987 extern u_long tidhash;

Completed in 116 milliseconds