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

/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c70 static unsigned long tqenthashlock; variable
76 #define TQIDHASHLOCK(tqid) (&tqenthashtbl_lock[((tqid) & tqenthashlock)])
88 tqenthashlock = (tqenthash + 1) / 8;
89 if (tqenthashlock > 0)
90 tqenthashlock--;
92 malloc(sizeof (*tqenthashtbl_lock) * (tqenthashlock + 1),
94 for (i = 0; i < tqenthashlock + 1; i++)
116 for (i = 0; i < tqenthashlock + 1; i++)

Completed in 61 milliseconds