Searched refs:aio_max_requests (Results 1 – 3 of 3) sorted by relevance
120 int aio_max_requests = CONFIG_AIO_MAX; variable
281 extern int aio_max_requests; /* AIO_MAX - configurable */373 if (old >= aio_max_requests) { in aio_try_proc_insert_active_locked()
187 extern int aio_max_requests;1693 int error = sysctl_io_number(req, aio_max_requests, sizeof(int), &new_value, &changed); in sysctl_aiomax()1697 aio_max_requests = new_value; in sysctl_aiomax()1717 if (new_value <= aio_max_requests && new_value >= AIO_LISTIO_MAX) { in sysctl_aioprocmax()