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

/darwin-on-arm/xnu/bsd/conf/
H A Dparam.c112 int aio_worker_threads = CONFIG_AIO_THREAD_COUNT; variable
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sysctl.c154 extern int aio_worker_threads;
2147 int error = sysctl_io_number(req, aio_worker_threads, sizeof(int), &new_value, &changed);
2150 if (new_value > aio_worker_threads ) {
2151 _aio_create_worker_threads((new_value - aio_worker_threads));
2152 aio_worker_threads = new_value;
H A Dkern_aio.c253 extern int aio_worker_threads; /* AIO_THREAD_COUNT - configurable */
2585 _aio_create_worker_threads( aio_worker_threads );

Completed in 29 milliseconds