Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c206 static uint_t zio_taskq_batch_tpq; /* threads per taskq */ variable
1103 if (zio_taskq_batch_tpq > 0) { in spa_taskqs_init()
1104 count = MAX(1, (cpus + zio_taskq_batch_tpq / 2) / in spa_taskqs_init()
1105 zio_taskq_batch_tpq); in spa_taskqs_init()