Searched refs:inactive_ratio (Results 1 - 1 of 1) sorted by last modified time

/linux-master/mm/
H A Dvmscan.c2195 * The inactive_ratio is the target ratio of ACTIVE to INACTIVE folios
2196 * on this LRU, maintained by the pageout code. An inactive_ratio
2214 unsigned long inactive_ratio; local
2222 inactive_ratio = int_sqrt(10 * gb);
2224 inactive_ratio = 1;
2226 return inactive * inactive_ratio < active;

Completed in 154 milliseconds