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