[PATCH v1 4/9] mm/memory: Add tree limit to free_pgtables()
David Hildenbrand
david at redhat.com
Thu Sep 11 02:24:38 PDT 2025
> +/*
> + * free_pgtables() - Free a range of page tables
> + * @tlb: The mmu gather
> + * @mas: The maple state
> + * @vma: The first vma
> + * @floor: The lowest page table address
> + * @ceiling: The highest page table address
> + * @tree_max: The highest tree search address
> + * @mm_wr_locked: boolean indicating if the mm is write locked
I'm sure there is a good reason why we don't call this stuff here
floor -> start
ceiling -> end
tree_max -> tree_end
--
Cheers
David / dhildenb
More information about the maple-tree
mailing list