Home
last modified time | relevance | path

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

/linux/mm/
H A Dkhugepaged.c1468 unsigned int nr_batch_ptes; in try_collapse_pte_mapped_thp() local
1592 i += nr_batch_ptes, addr += nr_batch_ptes * PAGE_SIZE, in try_collapse_pte_mapped_thp()
1593 pte += nr_batch_ptes) { in try_collapse_pte_mapped_thp()
1598 nr_batch_ptes = 1; in try_collapse_pte_mapped_thp()
1617 nr_batch_ptes = folio_pte_batch(folio, pte, ptent, max_nr_batch_ptes); in try_collapse_pte_mapped_thp()
1624 clear_ptes(mm, addr, pte, nr_batch_ptes); in try_collapse_pte_mapped_thp()
1625 folio_remove_rmap_ptes(folio, page, nr_batch_ptes, vma); in try_collapse_pte_mapped_thp()
1626 nr_mapped_ptes += nr_batch_ptes; in try_collapse_pte_mapped_thp()