Home
last modified time | relevance | path

Searched refs:soaio_queued (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
492 soaio_queued--; in soaio_kproc_loop()
501 MPASS(soaio_queued == 0); in soaio_kproc_loop()
540 } else if (soaio_queued <= soaio_idle + soaio_starting) { in soaio_kproc_create()
574 soaio_queued++; in soaio_enqueue()
575 if (soaio_queued <= soaio_idle) in soaio_enqueue()