Home
last modified time | relevance | path

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

/linux/mm/
H A Dkhugepaged.c1856 unsigned int nr_batch_ptes; in try_collapse_pte_mapped_thp() local
1983 i += nr_batch_ptes, addr += nr_batch_ptes * PAGE_SIZE, in try_collapse_pte_mapped_thp()
1984 pte += nr_batch_ptes) { in try_collapse_pte_mapped_thp()
1989 nr_batch_ptes = 1; in try_collapse_pte_mapped_thp()
2008 nr_batch_ptes = folio_pte_batch(folio, pte, ptent, max_nr_batch_ptes); in try_collapse_pte_mapped_thp()
2015 clear_ptes(mm, addr, pte, nr_batch_ptes); in try_collapse_pte_mapped_thp()
2016 folio_remove_rmap_ptes(folio, page, nr_batch_ptes, vma); in try_collapse_pte_mapped_thp()
2017 nr_mapped_ptes += nr_batch_ptes; in try_collapse_pte_mapped_thp()