Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_socket.c450 static int soaio_max_procs = MAX_AIO_PROCS; variable
451 SYSCTL_INT(_kern_ipc_aio, OID_AUTO, max_procs, CTLFLAG_RW, &soaio_max_procs, 0,
534 } else if (soaio_num_procs >= soaio_max_procs) { in soaio_kproc_create()
577 else if (soaio_num_procs < soaio_max_procs) in soaio_enqueue()