Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dblock-group.c1789 u64 thresh_bytes = mult_perc(bg->length, thresh_pct); in should_reclaim_block_group() local
1793 if (thresh_bytes == 0) in should_reclaim_block_group()
1800 if (old_val < thresh_bytes) in should_reclaim_block_group()
1802 if (new_val >= thresh_bytes) in should_reclaim_block_group()