Lines Matching +full:higher +full:- +full:than +full:- +full:threshold
5 KSM is a memory-saving de-duplication feature, enabled by CONFIG_KSM=y,
9 The userspace interface of KSM is described in Documentation/admin-guide/mm/ksm.rst
15 --------
17 .. kernel-doc:: mm/ksm.c
21 ---------------
25 If a KSM page is shared between less than ``max_page_sharing`` VMAs,
27 list of struct ksm_rmap_item and the ``page->mapping`` of the
30 When the sharing passes this threshold, KSM adds a second dimension to
33 page with ``page->mapping`` pointing to that "dup".
59 stable_node chain->hlist to check for pruning) and higher
79 ---------
80 .. kernel-doc:: mm/ksm.c
83 --