Searched refs:zio_taskq_batch_tpq (Results 1 – 1 of 1) sorted by relevance
200 static uint_t zio_taskq_batch_tpq; /* threads per taskq */ variable1249 if (zio_taskq_batch_tpq > 0) { in spa_taskqs_init()1250 count = MAX(1, (threads + zio_taskq_batch_tpq / 2) / in spa_taskqs_init()1251 zio_taskq_batch_tpq); in spa_taskqs_init()