Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/trim/
H A Dautotrim_integrity.ksh52 log_must set_tunable32 zfs_trim_txg_batch $trim_txg_batch
61 typeset trim_txg_batch=$(get_tunable zfs_trim_txg_batch)
62 log_must set_tunable32 zfs_trim_txg_batch 8
H A Dtrim_integrity.ksh52 log_must set_tunable32 zfs_trim_txg_batch $trim_txg_batch
61 typeset trim_txg_batch=$(get_tunable zfs_trim_txg_batch)
62 log_must set_tunable32 zfs_trim_txg_batch 8
H A Dautotrim_trim_integrity.ksh53 log_must set_tunable32 zfs_trim_txg_batch $trim_txg_batch
62 typeset trim_txg_batch=$(get_tunable zfs_trim_txg_batch)
63 log_must set_tunable32 zfs_trim_txg_batch 8
H A Dtrim_config.ksh54 log_must set_tunable32 zfs_trim_txg_batch $trim_txg_batch
64 typeset trim_txg_batch=$(get_tunable zfs_trim_txg_batch)
65 log_must set_tunable32 zfs_trim_txg_batch 8
H A Dautotrim_config.ksh54 log_must set_tunable32 zfs_trim_txg_batch $trim_txg_batch
64 typeset trim_txg_batch=$(get_tunable zfs_trim_txg_batch)
65 log_must set_tunable32 zfs_trim_txg_batch 8
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_trim.c138 unsigned int zfs_trim_txg_batch = 32; variable
1138 int txgs_per_trim = MAX(zfs_trim_txg_batch, 1); in vdev_autotrim_thread()