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

/xnu-2782.1.97/bsd/conf/
H A Dparam.c109 int aio_worker_threads = CONFIG_AIO_THREAD_COUNT; variable
/xnu-2782.1.97/bsd/kern/
H A Dkern_sysctl.c160 extern int aio_worker_threads;
1557 int error = sysctl_io_number(req, aio_worker_threads, sizeof(int), &new_value, &changed);
1560 if (new_value > aio_worker_threads ) {
1561 _aio_create_worker_threads((new_value - aio_worker_threads));
1562 aio_worker_threads = new_value;
H A Dkern_aio.c253 extern int aio_worker_threads; /* AIO_THREAD_COUNT - configurable */
2595 _aio_create_worker_threads( aio_worker_threads );

Completed in 31 milliseconds