Home
last modified time | relevance | path

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

/linux-5.10/arch/arm64/kernel/
Dmte.c23 static void mte_sync_page_tags(struct page *page, pte_t *ptep, bool check_swap) in mte_sync_page_tags()
41 bool check_swap = nr_pages == 1; in mte_sync_tags() local
/linux-5.10/tools/testing/selftests/vm/
Dkhugepaged.c395 static bool check_swap(void *addr, unsigned long size) in check_swap() function