Searched refs:vma_end_pgoff (Results 1 – 10 of 10) sorted by relevance
240 const pgoff_t pgoff_end = vma_end_pgoff(vma); in __dma_mmap_from_coherent()
649 const pgoff_t pgoff_end = vma_end_pgoff(vma); in dma_direct_mmap()
782 const pgoff_t pgoff_end = vma_end_pgoff(vma); in dma_mmap_pages()
214 page_last = vma_end_pgoff(vma) - in ttm_bo_vm_fault_reserved()
1333 static inline pgoff_t vma_end_pgoff(const struct vm_area_struct *vma) in vma_end_pgoff() function
268 if (vma_end_pgoff(vmg->prev) != vmg_start_pgoff(vmg)) in can_vma_merge_after()2076 if (vma_end_pgoff(a) != vma_start_pgoff(b)) in anon_vma_compatible()
3250 const pgoff_t pgoff_end = vma_end_pgoff(vma); in mpol_set_shared_policy()
3421 const unsigned long end = vma_end_pgoff(vma); in do_sync_mmap_readahead()
1047 const pgoff_t pgoff_end = vma_end_pgoff(vma); in shmem_swap_usage()
4434 static inline pgoff_t vma_end_pgoff(const struct vm_area_struct *vma) in vma_end_pgoff() function4452 return vma_end_pgoff(vma) - 1; in vma_last_pgoff()