Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dspa.c171 uint_t zio_taskq_batch_tpq; /* threads per taskq */ variable
984 if (zio_taskq_batch_tpq > 0) { in spa_taskqs_init()
985 count = MAX(1, (cpus + zio_taskq_batch_tpq / 2) / in spa_taskqs_init()
986 zio_taskq_batch_tpq); in spa_taskqs_init()