Searched refs:max_aio_queue_per_proc (Results 1 – 1 of 1) sorted by relevance
169 static int max_aio_queue_per_proc = MAX_AIO_QUEUE_PER_PROC; variable171 &max_aio_queue_per_proc, 0,184 CTLFLAG_RD | CTLFLAG_CAPRD, &max_aio_queue_per_proc,1524 ki->kaio_count >= max_aio_queue_per_proc) { in aio_aqueue()2012 if (uap->nent < 0 || uap->nent > max_aio_queue_per_proc) in sys_aio_suspend()2232 if (nent < 0 || nent > max_aio_queue_per_proc) in kern_lio_listio()2372 if (nent < 0 || nent > max_aio_queue_per_proc) in freebsd6_lio_listio()2409 if (nent < 0 || nent > max_aio_queue_per_proc) in sys_lio_listio()2930 if (uap->nent < 0 || uap->nent > max_aio_queue_per_proc) in freebsd32_aio_suspend()3072 if (nent < 0 || nent > max_aio_queue_per_proc) in freebsd6_freebsd32_lio_listio()[all …]