Searched refs:soaio_max_procs (Results 1 – 1 of 1) sorted by relevance
456 static int soaio_max_procs = MAX_AIO_PROCS; variable457 SYSCTL_INT(_kern_ipc_aio, OID_AUTO, max_procs, CTLFLAG_RW, &soaio_max_procs, 0,540 } else if (soaio_num_procs >= soaio_max_procs) { in soaio_kproc_create()583 else if (soaio_num_procs < soaio_max_procs) in soaio_enqueue()