Home
last modified time | relevance | path

Searched refs:check_swap (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/arm64/kernel/
Dmte.c39 bool check_swap, bool pte_is_tagged) in mte_sync_page_tags() argument
41 if (check_swap && is_swap_pte(old_pte)) { in mte_sync_page_tags()
63 bool check_swap = nr_pages == 1; in mte_sync_tags() local
67 if (!check_swap && !pte_is_tagged) in mte_sync_tags()
73 mte_sync_page_tags(page, old_pte, check_swap, in mte_sync_tags()
/Linux-v6.1/tools/testing/selftests/vm/
Dkhugepaged.c517 static bool check_swap(void *addr, unsigned long size) in check_swap() function
1024 if (check_swap(p, page_size)) { in collapse_swapin_single_pte()
1051 if (check_swap(p, (max_ptes_swap + 1) * page_size)) { in collapse_max_ptes_swap()
1070 if (check_swap(p, max_ptes_swap * page_size)) { in collapse_max_ptes_swap()