Searched refs:swapout (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/mm/ |
H A D | uffd-wp-mremap.c | 160 static void test_one_folio(size_t size, bool private, bool swapout, bool hugetlb) in test_one_folio() argument 167 assert(!(hugetlb && swapout)); in test_one_folio() 169 ksft_print_msg("[RUN] %s(size=%zu, private=%s, swapout=%s, hugetlb=%s)\n", in test_one_folio() 173 swapout ? "true" : "false", in test_one_folio() 203 if (swapout) { in test_one_folio() 236 ksft_test_result_pass("%s(size=%zu, private=%s, swapout=%s, hugetlb=%s)\n", in test_one_folio() 240 swapout ? "true" : "false", in test_one_folio() 255 bool swapout; member 265 .swapout = false, 272 .swapout [all...] |
H A D | cow.c | 773 static void do_run_with_base_page(test_fn fn, bool swapout) in do_run_with_base_page() argument 797 if (swapout) { in do_run_with_base_page()
|
/linux/Documentation/admin-guide/mm/ |
H A D | zswap.rst | 71 When a swap page is passed from swapout to zswap, zswap maintains a mapping
|
H A D | transhuge.rst | 570 is incremented every time a huge page is swapout in one 574 is incremented if a huge page has to be split before swapout. 620 is incremented if a huge page has to be split before swapout.
|
/linux/Documentation/mm/ |
H A D | transhuge.rst | 69 it tries to swapout the hugepage for example. split_huge_page() can fail
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | memory.rst | 279 caches are dropped. But as mentioned above, global LRU can do swapout memory
|
/linux/drivers/md/ |
H A D | md.c | 10189 struct page *swapout = rdev->sb_page; in read_rdev() local 10192 /* Store the sb page of the rdev in the swapout temporary in read_rdev() 10208 rdev->sb_page = swapout; in read_rdev() 10229 put_page(swapout); in read_rdev()
|
/linux/mm/ |
H A D | Kconfig | 883 will be split after swapout.
|