Lines Matching refs:dirty_thresh
667 unsigned long dirty_thresh;
670 global_dirty_limits(&background_thresh, &dirty_thresh);
671 ratio = div64_u64(pages * 100ULL * BDI_RATIO_SCALE, dirty_thresh);
679 unsigned long dirty_thresh;
682 global_dirty_limits(&background_thresh, &dirty_thresh);
683 bytes = (dirty_thresh * PAGE_SIZE * ratio) / BDI_RATIO_SCALE / 100;
1628 * dirty_thresh, due to reasons
1665 * the caller to wait once crossing the (background_thresh + dirty_thresh) / 2.
1940 * pages exceeds dirty_thresh, give the other good wb's a pipe
2206 unsigned long dirty_thresh;
2208 global_dirty_limits(&background_thresh, &dirty_thresh);
2209 dom->dirty_limit = dirty_thresh;
2210 ratelimit_pages = dirty_thresh / (num_online_cpus() * 32);