Home
last modified time | relevance | path

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

/linux/kernel/dma/
H A Dcoherent.c240 const pgoff_t pgoff_end = vma_end_pgoff(vma); in __dma_mmap_from_coherent()
H A Ddirect.c649 const pgoff_t pgoff_end = vma_end_pgoff(vma); in dma_direct_mmap()
H A Dmapping.c782 const pgoff_t pgoff_end = vma_end_pgoff(vma); in dma_mmap_pages()
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo_vm.c214 page_last = vma_end_pgoff(vma) - in ttm_bo_vm_fault_reserved()
/linux/tools/testing/vma/include/
H A Ddup.h1333 static inline pgoff_t vma_end_pgoff(const struct vm_area_struct *vma) in vma_end_pgoff() function
/linux/mm/
H A Dvma.c268 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()
H A Dmempolicy.c3250 const pgoff_t pgoff_end = vma_end_pgoff(vma); in mpol_set_shared_policy()
H A Dfilemap.c3421 const unsigned long end = vma_end_pgoff(vma); in do_sync_mmap_readahead()
H A Dshmem.c1047 const pgoff_t pgoff_end = vma_end_pgoff(vma); in shmem_swap_usage()
/linux/include/linux/
H A Dmm.h4434 static inline pgoff_t vma_end_pgoff(const struct vm_area_struct *vma) in vma_end_pgoff() function
4452 return vma_end_pgoff(vma) - 1; in vma_last_pgoff()