Home
last modified time | relevance | path

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

/linux/mm/
H A Dinterval_tree.c18 vma_start_pgoff, vma_last_pgoff, static,
34 const pgoff_t pgoff_last = vma_last_pgoff(vma); in mapping_rmap_tree_insert_after()
H A Dmemory.c4485 const pgoff_t end_idx = min(last_index, vma_last_pgoff(vma)) + 1; in unmap_mapping_range_tree()
/linux/include/linux/
H A Dmm.h4450 static inline pgoff_t vma_last_pgoff(const struct vm_area_struct *vma) in vma_last_pgoff() function