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

/linux-master/mm/
H A Dvmscan.c2179 * The inactive_ratio is the target ratio of ACTIVE to INACTIVE folios
2180 * on this LRU, maintained by the pageout code. An inactive_ratio
2198 unsigned long inactive_ratio; local
2206 inactive_ratio = int_sqrt(10 * gb);
2208 inactive_ratio = 1;
2210 return inactive * inactive_ratio < active;

Completed in 373 milliseconds