Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg89 TRIM_TXG_BATCH trim.txg_batch zfs_trim_txg_batch
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_trim.c138 static unsigned int zfs_trim_txg_batch = 32; variable
1231 int txgs_per_trim = MAX(zfs_trim_txg_batch, 1); in vdev_autotrim_thread()