Home
last modified time | relevance | path

Searched refs:soaio_queued (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
498 soaio_queued--; in soaio_kproc_loop()
507 MPASS(soaio_queued == 0); in soaio_kproc_loop()
546 } else if (soaio_queued <= soaio_idle + soaio_starting) { in soaio_kproc_create()
580 soaio_queued++; in soaio_enqueue()
581 if (soaio_queued <= soaio_idle) in soaio_enqueue()