Searched refs:aio_worker_threads (Results 1 – 3 of 3) sorted by relevance
120 int aio_worker_threads = CONFIG_AIO_THREAD_COUNT; variable
201 extern int aio_worker_threads;1782 int error = sysctl_io_number(req, aio_worker_threads, sizeof(int), &new_value, &changed);1785 if (new_value > aio_worker_threads) {1786 _aio_create_worker_threads((new_value - aio_worker_threads));1787 aio_worker_threads = new_value;
355 extern int aio_worker_threads; /* AIO_THREAD_COUNT - configurable */2436 _aio_create_worker_threads(aio_worker_threads); in aio_init()