Home
last modified time | relevance | path

Searched refs:MAX_RECLAIM_RETRIES (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dinternal.h225 #define MAX_RECLAIM_RETRIES 16 macro
H A Dmemcontrol.c2633 int nr_retries = MAX_RECLAIM_RETRIES; in mem_cgroup_handle_over_high()
2710 int nr_retries = MAX_RECLAIM_RETRIES; in try_charge()
2825 nr_retries = MAX_RECLAIM_RETRIES; in try_charge()
3526 int nr_retries = MAX_RECLAIM_RETRIES; in mem_cgroup_force_empty()
6425 unsigned int nr_retries = MAX_RECLAIM_RETRIES; in memory_high_write()
6474 unsigned int nr_reclaims = MAX_RECLAIM_RETRIES; in memory_max_write()
H A Dvmscan.c3109 if (pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES) in allow_direct_reclaim()
3489 if (pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES) in prepare_kswapd_sleep()
4002 if (pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES || in wakeup_kswapd()
H A Dvmstat.c1716 pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES, in zoneinfo_show_print()
H A Dpage_alloc.c4550 * We give up when we either have tried MAX_RECLAIM_RETRIES in a row
4579 if (*no_progress_loops > MAX_RECLAIM_RETRIES) { in should_reclaim_retry()
5670 pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES ? in show_free_areas()
/kernel/linux/linux-6.6/mm/
H A Dshow_mem.c291 pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES ? in show_free_areas()
H A Dmemcontrol.c2594 int nr_retries = MAX_RECLAIM_RETRIES; in mem_cgroup_handle_over_high()
2671 int nr_retries = MAX_RECLAIM_RETRIES; in try_charge_memcg()
2772 nr_retries = MAX_RECLAIM_RETRIES; in try_charge_memcg()
3645 int nr_retries = MAX_RECLAIM_RETRIES; in mem_cgroup_force_empty()
6558 unsigned int nr_retries = MAX_RECLAIM_RETRIES; in memory_high_write()
6607 unsigned int nr_reclaims = MAX_RECLAIM_RETRIES; in memory_max_write()
6768 unsigned int nr_retries = MAX_RECLAIM_RETRIES; in memory_reclaim()
H A Dinternal.h323 #define MAX_RECLAIM_RETRIES 16 macro
H A Dzswap.c704 if (++failures == MAX_RECLAIM_RETRIES) in shrink_worker()
H A Dvmscan.c1098 if (pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES) in skip_throttle_noprogress()
6933 if (pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES) in allow_direct_reclaim()
7318 if (pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES) in prepare_kswapd_sleep()
7857 if (pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES || in wakeup_kswapd()
H A Dvmstat.c1781 pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES, in zoneinfo_show_print()
H A Dpage_alloc.c3821 * We give up when we either have tried MAX_RECLAIM_RETRIES in a row
3846 if (*no_progress_loops > MAX_RECLAIM_RETRIES) in should_reclaim_retry()

Completed in 62 milliseconds