Lines Matching defs:isolated
203 * This misses isolated pages which are not accounted for to save counters.
205 * not expected that isolated pages will be a dominating factor.
660 * that isolated the page, the page cache and optional buffer
900 * putback_lru_page - put previously isolated page onto appropriate LRU list
903 * Add previously isolated @page to appropriate LRU list.
1273 * except we already have the page isolated
1466 * Since lazyfree pages are isolated from file LRU from the beginning,
1468 * discard so isolated count will be mismatched.
1469 * Compensate the isolated count for both LRU lists.
1628 * return with no isolated pages if the LRU mostly contains
1741 unsigned long inactive, isolated;
1751 isolated = node_page_state(pgdat, NR_ISOLATED_FILE);
1754 isolated = node_page_state(pgdat, NR_ISOLATED_ANON);
1765 return isolated > inactive;