Lines Matching full:inactive
24 * inactive and the active list. Freshly faulted pages start out at
25 * the head of the inactive list and page reclaim scans pages from the
26 * tail. Pages that are accessed multiple times on the inactive list
28 * whereas active pages are demoted to the inactive list when the
34 * reclaim <- | inactive | <-+-- demotion | active | <--+
43 * are evicted from the inactive list every time before another access
52 * inactive list, yet smaller than the size of memory. In this case,
58 * +-inactive------+-active----+
64 * thrashing on the inactive list, after which refaulting pages can be
67 * Approximating inactive page access frequency - Observations:
70 * head of the inactive list, slides every existing inactive page
75 * the active list, shrinking the inactive list by one slot. This
76 * also slides all inactive pages that were faulted into the cache
78 * inactive list.
83 * time indicate the minimum number of inactive pages accessed in
86 * 2. Moving one inactive page N page slots towards the tail of the
87 * list requires at least N inactive page accesses.
92 * inactive pages accessed while the page was in cache is at least
93 * the number of page slots on the inactive list.
119 * a deficit in inactive list space (in-cache). If the inactive list
122 * the only thing eating into inactive list space is active pages.
125 * Refaulting inactive pages
138 * That means if inactive cache is refaulting with a suitable refault
160 * For each node's LRU lists, a counter for inactive evictions and
334 * So when the physical inactive list of a leaf cgroup ages, in workingset_age_nonresident()
335 * the virtual inactive lists of all its parents, including in workingset_age_nonresident()
588 * inactive list. Assume the total cache size for that. in count_shadow_nodes()