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

/macosx-10.5.8/xnu-1228.15.4/bsd/conf/
H A Dparam.c110 int aio_max_requests = CONFIG_AIO_MAX; variable
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c203 extern int aio_max_requests; /* AIO_MAX - configurable */
1167 if ( aio_get_all_queues_count( ) >= aio_max_requests ||
1516 if ( aio_get_all_queues_count( ) >= aio_max_requests ||
2246 aio_workq_zonep = zinit( i, i * aio_max_requests, i * aio_max_requests, "aiowq" );
H A Dkern_sysctl.c139 extern int aio_max_requests;
1903 int error = sysctl_io_number(req, aio_max_requests, sizeof(int), &new_value, &changed);
1907 aio_max_requests = new_value;
1926 if (new_value <= aio_max_requests && new_value >= AIO_LISTIO_MAX)

Completed in 105 milliseconds