Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dblock-group.c1764 const int reclaim_thresh = READ_ONCE(space_info->bg_reclaim_threshold); in should_reclaim_block_group() local
1769 if (reclaim_thresh == 0) in should_reclaim_block_group()
1772 thresh = mult_perc(bg->length, reclaim_thresh); in should_reclaim_block_group()