Searched refs:kswapd_failures (Results 1 - 4 of 4) sorted by relevance

/linux-master/mm/
H A Dshow_mem.c288 pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES ?
H A Dvmscan.c475 if (pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES)
4945 pgdat->kswapd_failures = 0;
5995 pgdat->kswapd_failures = 0;
6293 if (pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES)
6665 if (pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES)
6944 pgdat->kswapd_failures++;
7207 if (pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES ||
H A Dvmstat.c1760 pgdat->kswapd_failures >= MAX_RECLAIM_RETRIES,
/linux-master/include/linux/
H A Dmmzone.h1333 int kswapd_failures; /* Number of 'reclaimed == 0' runs */ member in struct:pglist_data

Completed in 160 milliseconds