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

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c69 static unsigned long tqenthash; variable
75 #define TQIDHASH(tqid) (&tqenthashtbl[(tqid) & tqenthash])
87 tqenthashtbl = hashinit(mp_ncpus * 8, M_TASKQ, &tqenthash);
88 tqenthashlock = (tqenthash + 1) / 8;
95 sx_init_flags(&tqenthashtbl_lock[i], "tqenthash", SX_DUPOK);
118 for (i = 0; i < tqenthash + 1; i++)

Completed in 70 milliseconds