Searched refs:thresh_pct (Results 1 – 2 of 2) sorted by relevance
2137 int thresh_pct; in do_reclaim_sweep() local2143 thresh_pct = btrfs_calc_reclaim_threshold(space_info); in do_reclaim_sweep()2154 thresh = mult_perc(bg->length, thresh_pct); in do_reclaim_sweep()
1921 const int thresh_pct = btrfs_calc_reclaim_threshold(bg->space_info); in should_reclaim_block_group() local1922 u64 thresh_bytes = mult_perc(bg->length, thresh_pct); in should_reclaim_block_group()