Searched refs:zio_taskq_batch_pct (Results 1 – 1 of 1) sorted by relevance
177 static uint_t zio_taskq_batch_pct = 80; /* 1 thread per cpu in pset */ variable1042 value = MIN(zio_taskq_batch_pct, 100); in spa_taskqs_init()1051 cpus = MAX(1, boot_ncpus * zio_taskq_batch_pct / 100); in spa_taskqs_init()1078 count = MAX(count, (zio_taskq_batch_pct + 99) / 100); in spa_taskqs_init()1079 value = (zio_taskq_batch_pct + count / 2) / count; in spa_taskqs_init()