Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/conf/
H A Dparam.c121 int aio_max_requests_per_process = CONFIG_AIO_PROCESS_MAX; variable
/xnu-11215.61.5/bsd/kern/
H A Dkern_aio.c282 extern int aio_max_requests_per_process; /* AIO_PROCESS_MAX - configurable */
364 if (procp->p_aio_total_count >= aio_max_requests_per_process) { in aio_try_proc_insert_active_locked()
1048 if (uap->nent < 1 || uap->nent > aio_max_requests_per_process || in aio_suspend_nocancel()
H A Dkern_sysctl.c196 extern int aio_max_requests_per_process;
1724 if (new_value >= aio_max_requests_per_process && new_value <= AIO_MAX_REQUESTS) {
1742 int error = sysctl_io_number(req, aio_max_requests_per_process, sizeof(int), &new_value, &changed);
1746 aio_max_requests_per_process = new_value;