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

/freebsd-11-stable/sys/mips/rmi/
H A Dfmn.c97 static int msgring_maxthreads = 3; variable
98 TUNABLE_INT("hw.fmn.maxthreads", &msgring_maxthreads);
181 if (msgring_maxthreads < 0 || msgring_maxthreads > XLR_NTHREADS)
182 msgring_maxthreads = XLR_NTHREADS;
254 KASSERT(nthr >= 0 && nthr <= msgring_maxthreads,
435 if (msgring_maxthreads > xlr_threads_per_core)
436 msgring_maxthreads = xlr_threads_per_core;
456 if (tid >= msgring_maxthreads)

Completed in 97 milliseconds