Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmte.c36 static void mte_sync_page_tags(struct page *page, pte_t *ptep, bool check_swap) in mte_sync_page_tags() argument
40 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
68 mte_sync_page_tags(page, ptep, check_swap); in mte_sync_tags()
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dkhugepaged.c395 static bool check_swap(void *addr, unsigned long size) in check_swap() function
625 if (check_swap(p, page_size)) { in collapse_swapin_single_pte()
656 if (check_swap(p, (max_ptes_swap + 1) * page_size)) { in collapse_max_ptes_swap()
677 if (check_swap(p, max_ptes_swap * page_size)) { in collapse_max_ptes_swap()