Searched refs:reclaim_thresh (Results 1 – 1 of 1) sorted by relevance
3218 const int reclaim_thresh = READ_ONCE(space_info->bg_reclaim_threshold); in should_reclaim_block_group() local3223 if (reclaim_thresh == 0) in should_reclaim_block_group()3226 thresh = div_factor_fine(bg->length, reclaim_thresh); in should_reclaim_block_group()