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

/freebsd-12-stable/sys/kern/
H A Dsys_socket.c445 static int soaio_max_procs = MAX_AIO_PROCS; variable
446 SYSCTL_INT(_kern_ipc_aio, OID_AUTO, max_procs, CTLFLAG_RW, &soaio_max_procs, 0,
529 } else if (soaio_num_procs >= soaio_max_procs) {
572 else if (soaio_num_procs < soaio_max_procs)

Completed in 92 milliseconds