Lines Matching refs:max_aio_queue_per_proc
160 static int max_aio_queue_per_proc = MAX_AIO_QUEUE_PER_PROC; variable
161 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,
1525 ki->kaio_count >= max_aio_queue_per_proc) { in aio_aqueue()
2018 if (uap->nent < 0 || uap->nent > max_aio_queue_per_proc) in sys_aio_suspend()
2252 if (nent < 0 || nent > max_aio_queue_per_proc) in kern_lio_listio()
2396 if (nent < 0 || nent > max_aio_queue_per_proc) in freebsd6_lio_listio()
2433 if (nent < 0 || nent > max_aio_queue_per_proc) in sys_lio_listio()
2946 if (uap->nent < 0 || uap->nent > max_aio_queue_per_proc) in freebsd32_aio_suspend()
3088 if (nent < 0 || nent > max_aio_queue_per_proc) in freebsd6_freebsd32_lio_listio()
3134 if (nent < 0 || nent > max_aio_queue_per_proc) in freebsd32_lio_listio()