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

/macosx-10.5.8/xnu-1228.15.4/bsd/conf/
H A Dparam.c111 int aio_max_requests_per_process = CONFIG_AIO_PROCESS_MAX; variable
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c204 extern int aio_max_requests_per_process; /* AIO_PROCESS_MAX - configurable */
897 if ( uap->nent < 1 || uap->nent > aio_max_requests_per_process ) {
1168 aio_get_process_count( entryp->procp ) >= aio_max_requests_per_process ||
1517 aio_get_process_count( procp ) >= aio_max_requests_per_process ) {
H A Dkern_sysctl.c140 extern int aio_max_requests_per_process;
1906 if (new_value >= aio_max_requests_per_process)
1923 int error = sysctl_io_number(req, aio_max_requests_per_process, sizeof(int), &new_value, &changed);
1927 aio_max_requests_per_process = new_value;

Completed in 55 milliseconds