Searched refs:zio_taskq_batch_tpq (Results 1 – 1 of 1) sorted by relevance
178 static uint_t zio_taskq_batch_tpq; /* threads per taskq */ variable1052 if (zio_taskq_batch_tpq > 0) { in spa_taskqs_init()1053 count = MAX(1, (cpus + zio_taskq_batch_tpq / 2) / in spa_taskqs_init()1054 zio_taskq_batch_tpq); in spa_taskqs_init()