Home
last modified time | relevance | path

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

/linux/mm/
H A Dkhugepaged.c1500 int nr_mapped_ptes = 0; in try_collapse_pte_mapped_thp() local
1659 nr_mapped_ptes += nr_batch_ptes; in try_collapse_pte_mapped_thp()
1666 if (nr_mapped_ptes) { in try_collapse_pte_mapped_thp()
1667 folio_ref_sub(folio, nr_mapped_ptes); in try_collapse_pte_mapped_thp()
1668 add_mm_counter(mm, mm_counter_file(folio), -nr_mapped_ptes); in try_collapse_pte_mapped_thp()
1701 if (nr_mapped_ptes) { in try_collapse_pte_mapped_thp()
1703 folio_ref_sub(folio, nr_mapped_ptes); in try_collapse_pte_mapped_thp()
1704 add_mm_counter(mm, mm_counter_file(folio), -nr_mapped_ptes); in try_collapse_pte_mapped_thp()