Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dtunables.cfg78 TRIM_TXG_BATCH trim.txg_batch zfs_trim_txg_batch
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_trim.c137 unsigned int zfs_trim_txg_batch = 32; variable
1194 int txgs_per_trim = MAX(zfs_trim_txg_batch, 1); in vdev_autotrim_thread()