Searched refs:zio_taskq_batch_pct (Results 1 – 1 of 1) sorted by relevance
199 static uint_t zio_taskq_batch_pct = 80; /* 1 thread per cpu in pset */ variable1225 threads = MAX(1, boot_ncpus * zio_taskq_batch_pct / 100); in spa_taskqs_init()1227 count = MAX(count, (zio_taskq_batch_pct + 99) / 100); in spa_taskqs_init()1237 value = (zio_taskq_batch_pct + count / 2) / count; in spa_taskqs_init()1247 threads = MAX(1, boot_ncpus * zio_taskq_batch_pct / 100); in spa_taskqs_init()