Home
last modified time | relevance | path

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

/trueos/sys/mips/rmi/
HDfmn.c97 static int msgring_maxthreads = 3; variable
98 TUNABLE_INT("hw.fmn.maxthreads", &msgring_maxthreads);
181 if (msgring_maxthreads < 0 || msgring_maxthreads > XLR_NTHREADS) in xlr_msgring_config()
182 msgring_maxthreads = XLR_NTHREADS; in xlr_msgring_config()
254 KASSERT(nthr >= 0 && nthr <= msgring_maxthreads, in msgrng_setconfig()
435 if (msgring_maxthreads > xlr_threads_per_core) in register_msgring_handler()
436 msgring_maxthreads = xlr_threads_per_core; in register_msgring_handler()
456 if (tid >= msgring_maxthreads) in start_msgring_threads()