Home
last modified time | relevance | path

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

/linux/mm/
H A Dkhugepaged.c1467 int nr_mapped_ptes = 0; in try_collapse_pte_mapped_thp() local
1626 nr_mapped_ptes += nr_batch_ptes; in try_collapse_pte_mapped_thp()
1633 if (nr_mapped_ptes) { in try_collapse_pte_mapped_thp()
1634 folio_ref_sub(folio, nr_mapped_ptes); in try_collapse_pte_mapped_thp()
1635 add_mm_counter(mm, mm_counter_file(folio), -nr_mapped_ptes); in try_collapse_pte_mapped_thp()
1668 if (nr_mapped_ptes) { in try_collapse_pte_mapped_thp()
1670 folio_ref_sub(folio, nr_mapped_ptes); in try_collapse_pte_mapped_thp()
1671 add_mm_counter(mm, mm_counter_file(folio), -nr_mapped_ptes); in try_collapse_pte_mapped_thp()