Home
last modified time | relevance | path

Searched refs:zio_taskq_batch_pct (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c199 static uint_t zio_taskq_batch_pct = 80; /* 1 thread per cpu in pset */ variable
1225 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()