Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDsys_socket.c404 static int soaio_starting, soaio_idle, soaio_queued; variable
467 soaio_idle++; in soaio_kproc_loop()
468 error = mtx_sleep(&soaio_idle, &soaio_jobs_lock, 0, "-", in soaio_kproc_loop()
470 soaio_idle--; in soaio_kproc_loop()
497 } else if (soaio_queued <= soaio_idle + soaio_starting) { in soaio_kproc_create()
532 if (soaio_queued <= soaio_idle) in soaio_enqueue()
533 wakeup_one(&soaio_idle); in soaio_enqueue()