Lines Matching +full:scan +full:- +full:interval +full:- +full:ms
1 .. SPDX-License-Identifier: GPL-2.0
4 Multi-Gen LRU
6 The multi-gen LRU is an alternative LRU implementation that optimizes
26 -----------
38 0x0001 The main switch for the multi-gen LRU.
42 disabled, the multi-gen LRU will suffer a minor performance
46 0x0004 Clearing the accessed bit in non-leaf page table entries as
49 disabled, the multi-gen LRU will suffer a negligible
65 --------------------
68 experience. The multi-gen LRU offers thrashing prevention to the
77 Based on the average human detectable lag (~100ms), ``N=1000`` usually
95 ----------------------
97 in a given time interval, and it is usually done with little impact on
128 it forces the scan of anon pages when swap is off, and vice versa.
134 certain time interval to create new generations, and it ranks the
136 this time interval.
139 -----------------
149 ``- memcg_id node_id min_gen_nr [swappiness [nr_to_reclaim]]``
151 ``min_gen_nr`` should be less than ``max_gen_nr-1``, since
152 ``max_gen_nr`` and ``max_gen_nr-1`` are not fully aged (equivalent to