Searched refs:ratelimit_pages (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/mm/
H A Dpage-writeback.c66 static long ratelimit_pages = 32; variable
1818 * from overshooting the limit by (ratelimit_pages) each.
1850 else if (unlikely(*p >= ratelimit_pages)) { balance_dirty_pages_ratelimited()
2017 * If ratelimit_pages is too high then we can get into dirty-data overload
2022 * Here we set ratelimit_pages to a level which ensures that when all CPUs are
2035 ratelimit_pages = dirty_thresh / (num_online_cpus() * 32); writeback_set_ratelimit()
2036 if (ratelimit_pages < 16) writeback_set_ratelimit()
2037 ratelimit_pages = 16; writeback_set_ratelimit()
H A Dmigrate.c1598 static unsigned int ratelimit_pages __read_mostly = 128 << (20 - PAGE_SHIFT);
1616 if (pgdat->numabalancing_migrate_nr_pages > ratelimit_pages) { numamigrate_update_ratelimit()

Completed in 77 milliseconds