Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dblock-group.c3218 const int reclaim_thresh = READ_ONCE(space_info->bg_reclaim_threshold); in should_reclaim_block_group() local
3223 if (reclaim_thresh == 0) in should_reclaim_block_group()
3226 thresh = div_factor_fine(bg->length, reclaim_thresh); in should_reclaim_block_group()