Home
last modified time | relevance | path

Searched refs:max_aio_queue_per_proc (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/kern/
H A Dvfs_aio.c169 static int max_aio_queue_per_proc = MAX_AIO_QUEUE_PER_PROC; variable
171 &max_aio_queue_per_proc, 0,
184 CTLFLAG_RD | CTLFLAG_CAPRD, &max_aio_queue_per_proc,
1473 ki->kaio_count >= max_aio_queue_per_proc) { in aio_aqueue()
1930 if (uap->nent < 0 || uap->nent > max_aio_queue_per_proc) in sys_aio_suspend()
2136 if (nent < 0 || nent > max_aio_queue_per_proc) in kern_lio_listio()
2276 if (nent < 0 || nent > max_aio_queue_per_proc) in freebsd6_lio_listio()
2313 if (nent < 0 || nent > max_aio_queue_per_proc) in sys_lio_listio()
2783 if (uap->nent < 0 || uap->nent > max_aio_queue_per_proc) in freebsd32_aio_suspend()
2909 if (nent < 0 || nent > max_aio_queue_per_proc) in freebsd6_freebsd32_lio_listio()
[all …]