Home
last modified time | relevance | path

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

/linux/mm/
H A Dkhugepaged.c1855 int nr_mapped_ptes = 0; in try_collapse_pte_mapped_thp() local
2017 nr_mapped_ptes += nr_batch_ptes; in try_collapse_pte_mapped_thp()
2024 if (nr_mapped_ptes) { in try_collapse_pte_mapped_thp()
2025 folio_ref_sub(folio, nr_mapped_ptes); in try_collapse_pte_mapped_thp()
2026 add_mm_counter(mm, mm_counter_file(folio), -nr_mapped_ptes); in try_collapse_pte_mapped_thp()
2059 if (nr_mapped_ptes) { in try_collapse_pte_mapped_thp()
2061 folio_ref_sub(folio, nr_mapped_ptes); in try_collapse_pte_mapped_thp()
2062 add_mm_counter(mm, mm_counter_file(folio), -nr_mapped_ptes); in try_collapse_pte_mapped_thp()