Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_socket.c453 static int soaio_starting, soaio_idle, soaio_queued; variable
516 soaio_idle++; in soaio_kproc_loop()
517 error = mtx_sleep(&soaio_idle, &soaio_jobs_lock, 0, "-", in soaio_kproc_loop()
519 soaio_idle--; in soaio_kproc_loop()
546 } else if (soaio_queued <= soaio_idle + soaio_starting) { in soaio_kproc_create()
581 if (soaio_queued <= soaio_idle) in soaio_enqueue()
582 wakeup_one(&soaio_idle); in soaio_enqueue()