Searched refs:zio_taskq_batch_pct (Results 1 – 1 of 1) sorted by relevance
207 static uint_t zio_taskq_batch_pct = 80; /* 1 thread per cpu in pset */ variable1233 threads = MAX(1, boot_ncpus * zio_taskq_batch_pct / 100); in spa_taskqs_init()1235 count = MAX(count, (zio_taskq_batch_pct + 99) / 100); in spa_taskqs_init()1245 value = (zio_taskq_batch_pct + count / 2) / count; in spa_taskqs_init()1255 threads = MAX(1, boot_ncpus * zio_taskq_batch_pct / 100); in spa_taskqs_init()