Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/conf/
H A Dparam.c119 int aio_max_requests_per_process = CONFIG_AIO_PROCESS_MAX; variable
/xnu-12377.1.9/bsd/kern/
H A Dkern_aio.c352 extern int aio_max_requests_per_process; /* AIO_PROCESS_MAX - configurable */
442 if (procp->p_aio_total_count >= aio_max_requests_per_process) { in aio_try_proc_insert_active_locked()
1165 if (uap->nent < 1 || uap->nent > aio_max_requests_per_process || in aio_suspend_nocancel()
H A Dkern_sysctl.c197 extern int aio_max_requests_per_process;
1737 if (new_value >= aio_max_requests_per_process && new_value <= AIO_MAX_REQUESTS) {
1755 int error = sysctl_io_number(req, aio_max_requests_per_process, sizeof(int), &new_value, &changed);
1759 aio_max_requests_per_process = new_value;