Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/conf/
H A Dparam.c121 int aio_max_requests_per_process = CONFIG_AIO_PROCESS_MAX; variable
/xnu-8792.61.2/bsd/kern/
H A Dkern_aio.c282 extern int aio_max_requests_per_process; /* AIO_PROCESS_MAX - configurable */
365 if (procp->p_aio_total_count >= aio_max_requests_per_process) { in aio_try_proc_insert_active_locked()
1049 if (uap->nent < 1 || uap->nent > aio_max_requests_per_process || in aio_suspend_nocancel()
H A Dkern_sysctl.c188 extern int aio_max_requests_per_process;
1696 if (new_value >= aio_max_requests_per_process && new_value <= AIO_MAX_REQUESTS) { in sysctl_aiomax()
1714 int error = sysctl_io_number(req, aio_max_requests_per_process, sizeof(int), &new_value, &changed); in sysctl_aioprocmax()
1718 aio_max_requests_per_process = new_value; in sysctl_aioprocmax()