.. | .. |
---|
98 | 98 | -------------------------------- |
---|
99 | 99 | |
---|
100 | 100 | The unevictable LRU facility interacts with the memory control group [aka |
---|
101 | | -memory controller; see Documentation/cgroup-v1/memory.txt] by extending the |
---|
| 101 | +memory controller; see Documentation/admin-guide/cgroup-v1/memory.rst] by extending the |
---|
102 | 102 | lru_list enum. |
---|
103 | 103 | |
---|
104 | 104 | The memory controller data structure automatically gets a per-zone unevictable |
---|
.. | .. |
---|
439 | 439 | |
---|
440 | 440 | The unevictable LRU can be scanned for compactable regions and the default |
---|
441 | 441 | behavior is to do so. /proc/sys/vm/compact_unevictable_allowed controls |
---|
442 | | -this behavior (see Documentation/sysctl/vm.txt). Once scanning of the |
---|
| 442 | +this behavior (see Documentation/admin-guide/sysctl/vm.rst). Once scanning of the |
---|
443 | 443 | unevictable LRU is enabled, the work of compaction is mostly handled by |
---|
444 | 444 | the page migration code and the same work flow as described in MIGRATING |
---|
445 | 445 | MLOCKED PAGES will apply. |
---|