Searched refs:pages_sharing (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/translations/zh_CN/admin-guide/mm/ |
| H A D | ksm.rst | 134 pages_sharing 147 比值 ``pages_sharing/pages_shared`` 的最大值受限制于 ``max_page_sharing`` 159 general_profit =~ pages_sharing * sizeof(page) - (all_rmap_items) * 162 其中all_rmap_items可以通过对 ``pages_sharing`` 、 ``pages_shared`` 、 ``pages_unshared``
|
| /linux/Documentation/translations/zh_TW/admin-guide/mm/ |
| H A D | ksm.rst | 134 pages_sharing 147 比值 ``pages_sharing/pages_shared`` 的最大值受限制於 ``max_page_sharing`` 159 general_profit =~ pages_sharing * sizeof(page) - (all_rmap_items) * 162 其中all_rmap_items可以通過對 ``pages_sharing`` 、 ``pages_shared`` 、 ``pages_unshared``
|
| /linux/tools/testing/selftests/mm/ |
| H A D | ksm_tests.c | 72 unsigned long max_page_sharing, pages_sharing, pages_shared; in ksm_print_sysfs() local 78 ksm_read_sysfs(KSM_FP("pages_sharing"), &pages_sharing) || in ksm_print_sysfs() 89 printf("pages_sharing : %lu\n", pages_sharing); in ksm_print_sysfs() 253 unsigned long max_page_sharing, pages_sharing, pages_shared; in assert_ksm_pages_count() local 256 ksm_read_sysfs(KSM_FP("pages_sharing"), &pages_sharing) || in assert_ksm_pages_count() 277 pages_sharing == pages_shared * (max_page_sharing - 1)) in assert_ksm_pages_count() 281 pages_sharing == dupl_page_count - pages_shared) in assert_ksm_pages_count()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-mm-ksm | 9 What: /sys/kernel/mm/ksm/pages_sharing 24 pages_sharing: how many more sites are sharing them i.e. how
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | ksm.rst | 201 pages_sharing 219 When ``use_zero_pages`` is/was enabled, the sum of ``pages_sharing`` + 223 A high ratio of ``pages_sharing`` to ``pages_shared`` indicates good 224 sharing, but a high ratio of ``pages_unshared`` to ``pages_sharing`` 229 The maximum possible ``pages_sharing/pages_shared`` ratio is limited by the 248 where ksm_saved_pages equals to the sum of ``pages_sharing`` + 250 obtained by summing ``pages_sharing``, ``pages_shared``, ``pages_unshared``
|
| /linux/mm/ |
| H A D | ksm.c | 3695 KSM_ATTR_RO(pages_sharing);
|