Searched refs:aio_max_requests (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/conf/
H A Dparam.c110 int aio_max_requests = CONFIG_AIO_MAX; variable
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c251 extern int aio_max_requests; /* AIO_MAX - configurable */
1578 if ( old_count >= aio_max_requests ||
1924 if (old_count >= aio_max_requests) {
2583 aio_workq_zonep = zinit( i, i * aio_max_requests, i * aio_max_requests, "aiowq" );
H A Dkern_sysctl.c152 extern int aio_max_requests;
2107 int error = sysctl_io_number(req, aio_max_requests, sizeof(int), &new_value, &changed);
2111 aio_max_requests = new_value;
2130 if (new_value <= aio_max_requests && new_value >= AIO_LISTIO_MAX)

Completed in 32 milliseconds