Home
last modified time | relevance | path

Searched refs:stable_node (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/mm/
H A Dksm.c853 list_del(&stable_node->list); in remove_node_from_stable_tree()
1716 stable_node = NULL; in stable_node_dup()
1989 if (!stable_node) in stable_tree_search()
2080 if (!stable_node) { in stable_tree_insert()
2233 if (stable_node) { in cmp_and_merge_page()
2239 list_add(&stable_node->list, stable_node->head); in cmp_and_merge_page()
2324 if (stable_node) { in cmp_and_merge_page()
2338 if (!stable_node) { in cmp_and_merge_page()
3018 if (!stable_node) in rmap_walk_ksm()
3086 if (!stable_node) in collect_procs_ksm()
[all …]
/linux-6.15/Documentation/mm/
H A Dksm.rst51 KSM pages. The ksmd walk over the stable_node "chains" is also O(N),
52 but N is the number of stable_node "dups", not the number of
54 practice the best stable_node "dup" candidate will be kept and found
58 (because there will be fewer stable_node dups queued into the
59 stable_node chain->hlist to check for pruning) and higher
66 in the stable_node dups, which could be solved by introducing
68 one stable_node dup to another stable_node dup, in order to free up
69 stable_node "dups" with few rmap_items in them, but that may increase
73 The whole list of stable_node "dups" linked in the stable_node
81 :functions: mm_slot ksm_scan stable_node rmap_item
/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dksm.rst70 涉及的函数(mm_slot ksm_scan stable_node rmap_item)。