Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zfs/
H A Dspa.c207 static uint_t zio_taskq_batch_pct = 80; /* 1 thread per cpu in pset */ variable
1190 threads = MAX(1, boot_ncpus * zio_taskq_batch_pct / 100); in spa_taskqs_init()
1192 count = MAX(count, (zio_taskq_batch_pct + 99) / 100); in spa_taskqs_init()
1202 value = (zio_taskq_batch_pct + count / 2) / count; in spa_taskqs_init()
1212 threads = MAX(1, boot_ncpus * zio_taskq_batch_pct / 100); in spa_taskqs_init()