Searched refs:max_aio_queue_per_proc (Results 1 – 1 of 1) sorted by relevance
160 static int max_aio_queue_per_proc = MAX_AIO_QUEUE_PER_PROC; variable161 SYSCTL_INT(_vfs_aio, OID_AUTO, max_aio_queue_per_proc, CTLFLAG_RW,162 &max_aio_queue_per_proc, 0,175 CTLFLAG_RD | CTLFLAG_CAPRD, &max_aio_queue_per_proc,1527 ki->kaio_count >= max_aio_queue_per_proc) { in aio_aqueue()2020 if (uap->nent < 0 || uap->nent > max_aio_queue_per_proc) in sys_aio_suspend()2254 if (nent < 0 || nent > max_aio_queue_per_proc) in kern_lio_listio()2398 if (nent < 0 || nent > max_aio_queue_per_proc) in freebsd6_lio_listio()2435 if (nent < 0 || nent > max_aio_queue_per_proc) in sys_lio_listio()2956 if (uap->nent < 0 || uap->nent > max_aio_queue_per_proc) in freebsd32_aio_suspend()[all …]