Searched defs:npage (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/gma500/ |
H A D | gtt.h | 52 int npage; /* Number of backing pages */ member in struct:gtt_range
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
H A D | mthca_allocator.c | 162 int npage = (nent * sizeof (void *) + PAGE_SIZE - 1) / PAGE_SIZE; mthca_array_init() local
|
/linux-4.4.14/fs/f2fs/ |
H A D | inline.c | 237 bool recover_inline_data(struct inode *inode, struct page *npage) recover_inline_data() argument
|
H A D | node.c | 491 struct page *npage[4]; get_dnode_of_data() local 879 struct page *npage; truncate_xattr_node() local
|
H A D | f2fs.h | 550 set_new_dnode(struct dnode_of_data *dn, struct inode *inode, struct page *ipage, struct page *npage, nid_t nid) set_new_dnode() argument
|
/linux-4.4.14/lib/ |
H A D | kfifo.c | 328 struct page *npage; setup_sgl_buf() local
|
/linux-4.4.14/drivers/vfio/ |
H A D | vfio_iommu_type1.c | 135 long npage; member in struct:vwork 153 static void vfio_lock_acct(long npage) vfio_lock_acct() argument 262 static long vfio_pin_pages(unsigned long vaddr, long npage, vfio_pin_pages() argument 321 static long vfio_unpin_pages(unsigned long pfn, long npage, vfio_unpin_pages() argument 567 long npage; vfio_dma_do_map() local 514 map_try_harder(struct vfio_domain *domain, dma_addr_t iova, unsigned long pfn, long npage, int prot) map_try_harder() argument 534 vfio_iommu_map(struct vfio_iommu *iommu, dma_addr_t iova, unsigned long pfn, long npage, int prot) vfio_iommu_map() argument
|
Completed in 240 milliseconds