Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_socket.c447 static int soaio_starting, soaio_idle, soaio_queued; variable
510 soaio_idle++; in soaio_kproc_loop()
511 error = mtx_sleep(&soaio_idle, &soaio_jobs_lock, 0, "-", in soaio_kproc_loop()
513 soaio_idle--; in soaio_kproc_loop()
540 } else if (soaio_queued <= soaio_idle + soaio_starting) { in soaio_kproc_create()
575 if (soaio_queued <= soaio_idle) in soaio_enqueue()
576 wakeup_one(&soaio_idle); in soaio_enqueue()