/linux-4.1.27/net/ceph/ |
D | pagevec.c | 18 struct page **pages; in ceph_get_direct_page_vector() local 45 void ceph_put_page_vector(struct page **pages, int num_pages, bool dirty) in ceph_put_page_vector() 61 void ceph_release_page_vector(struct page **pages, int num_pages) in ceph_release_page_vector() 76 struct page **pages; in ceph_alloc_page_vector() local 96 int ceph_copy_user_to_page_vector(struct page **pages, in ceph_copy_user_to_page_vector() 122 void ceph_copy_to_page_vector(struct page **pages, in ceph_copy_to_page_vector() 145 void ceph_copy_from_page_vector(struct page **pages, in ceph_copy_from_page_vector() 172 void ceph_zero_page_vector_range(int off, int len, struct page **pages) in ceph_zero_page_vector_range()
|
D | osd_client.c | 95 struct page **pages, u64 length, u32 alignment, in ceph_osd_data_pages_init() 154 unsigned int which, struct page **pages, in osd_req_op_raw_data_in_pages() 167 unsigned int which, struct page **pages, in osd_req_op_extent_osd_data_pages() 223 unsigned int which, struct page **pages, u64 length, in osd_req_op_cls_request_data_pages() 235 unsigned int which, struct page **pages, u64 length, in osd_req_op_cls_response_data_pages() 2682 struct page **pages, int num_pages, int page_align) in ceph_osdc_readpages() 2725 struct page **pages, int num_pages) in ceph_osdc_writepages()
|
/linux-4.1.27/mm/ |
D | percpu-vm.c | 35 static struct page **pages; in pcpu_get_pages() local 56 struct page **pages, int page_start, int page_end) in pcpu_free_pages() 83 struct page **pages, int page_start, int page_end) in pcpu_alloc_pages() 152 struct page **pages, int page_start, int page_end) in pcpu_unmap_pages() 191 static int __pcpu_map_pages(unsigned long addr, struct page **pages, in __pcpu_map_pages() 213 struct page **pages, int page_start, int page_end) in pcpu_map_pages() 276 struct page **pages; in pcpu_populate_chunk() local 309 struct page **pages; in pcpu_depopulate_chunk() local
|
D | gup.c | 418 unsigned int gup_flags, struct page **pages, in __get_user_pages() 583 struct page **pages, in __get_user_pages_locked() 697 int write, int force, struct page **pages, in get_user_pages_locked() 717 int write, int force, struct page **pages, in __get_user_pages_unlocked() 750 int write, int force, struct page **pages) in get_user_pages_unlocked() 814 int force, struct page **pages, struct vm_area_struct **vmas) in get_user_pages() 1008 int write, struct page **pages, int *nr) in gup_pte_range() 1067 int write, struct page **pages, int *nr) in gup_pte_range() 1074 unsigned long end, int write, struct page **pages, int *nr) in gup_huge_pmd() 1121 unsigned long end, int write, struct page **pages, int *nr) in gup_huge_pud() [all …]
|
D | kmemcheck.c | 11 int pages; in kmemcheck_alloc_shadow() local 42 int pages; in kmemcheck_free_shadow() local 103 int pages; in kmemcheck_pagealloc_alloc() local
|
D | mprotect.c | 67 unsigned long pages = 0; in change_pte_range() local 141 unsigned long pages = 0; in change_pmd_range() local 197 unsigned long pages = 0; in change_pud_range() local 219 unsigned long pages = 0; in change_protection_range() local 245 unsigned long pages; in change_protection() local
|
D | mincore.c | 173 static long do_mincore(unsigned long addr, unsigned long pages, unsigned char *vec) in do_mincore() 224 unsigned long pages; in SYSCALL_DEFINE3() local
|
D | cma_debug.c | 124 int pages = val; in cma_free_write() local 156 int pages = val; in cma_alloc_write() local
|
D | readahead.c | 62 struct list_head *pages) in read_cache_pages_invalidate_pages() 83 int read_cache_pages(struct address_space *mapping, struct list_head *pages, in read_cache_pages() 112 struct list_head *pages, unsigned nr_pages) in read_pages()
|
D | cma.c | 79 unsigned long pages) in cma_bitmap_pages_to_bits() 435 bool cma_release(struct cma *cma, const struct page *pages, unsigned int count) in cma_release()
|
D | swap.c | 354 void put_pages_list(struct list_head *pages) in put_pages_list() 380 struct page **pages) in get_kernel_pages() 407 int get_kernel_page(unsigned long start, int write, struct page **pages) in get_kernel_page() 907 void release_pages(struct page **pages, int nr, bool cold) in release_pages()
|
D | vmalloc.c | 118 unsigned long end, pgprot_t prot, struct page **pages, int *nr) in vmap_pte_range() 144 unsigned long end, pgprot_t prot, struct page **pages, int *nr) in vmap_pmd_range() 161 unsigned long end, pgprot_t prot, struct page **pages, int *nr) in vmap_pud_range() 184 pgprot_t prot, struct page **pages) in vmap_page_range_noflush() 205 pgprot_t prot, struct page **pages) in vmap_page_range() 1115 void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot) in vm_map_ram() 1249 pgprot_t prot, struct page **pages) in map_kernel_range_noflush() 1292 int map_vm_area(struct vm_struct *area, pgprot_t prot, struct page **pages) in map_vm_area() 1551 void *vmap(struct page **pages, unsigned int count, in vmap() 1582 struct page **pages; in __vmalloc_area_node() local
|
D | nommu.c | 153 unsigned int foll_flags, struct page **pages, in __get_user_pages() 203 int write, int force, struct page **pages, in get_user_pages() 220 int write, int force, struct page **pages, in get_user_pages_locked() 230 int write, int force, struct page **pages, in __get_user_pages_unlocked() 244 int write, int force, struct page **pages) in get_user_pages_unlocked() 467 void *vmap(struct page **pages, unsigned int count, unsigned long flags, pgprot_t prot) in vmap() 480 void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot) in vm_map_ram() 1919 int __vm_enough_memory(struct mm_struct *mm, long pages, int cap_sys_admin) in __vm_enough_memory()
|
D | percpu-km.c | 52 struct page *pages; in pcpu_create_chunk() local
|
D | swap_state.c | 258 void free_pages_and_swap_cache(struct page **pages, int nr) in free_pages_and_swap_cache() 390 unsigned int pages, max_pages, last_ra; in swapin_nr_pages() local
|
D | bootmem.c | 57 static unsigned long __init bootmap_bytes(unsigned long pages) in bootmap_bytes() 68 unsigned long __init bootmem_bootmap_pages(unsigned long pages) in bootmem_bootmap_pages() 141 unsigned long __init init_bootmem(unsigned long start, unsigned long pages) in init_bootmem() 175 unsigned long *map, start, end, pages, cur, count = 0; in free_all_bootmem_core() local
|
D | util.c | 247 int nr_pages, int write, struct page **pages) in __get_user_pages_fast() 278 int nr_pages, int write, struct page **pages) in get_user_pages_fast()
|
D | migrate.c | 1297 const void __user * __user *pages, in do_pages_move() 1382 const void __user **pages, int *status) in do_pages_stat_array() 1425 const void __user * __user *pages, in do_pages_stat() 1458 SYSCALL_DEFINE6(move_pages, pid_t, pid, unsigned long, nr_pages, in SYSCALL_DEFINE6() argument
|
D | process_vm_access.c | 33 static int process_vm_rw_pages(struct page **pages, in process_vm_rw_pages() 98 int pages = min(nr_pages, max_pages_per_loop); in process_vm_rw_single_vec() local
|
D | workingset.c | 274 unsigned long pages; in count_shadow_nodes() local
|
D | zpool.c | 288 int zpool_shrink(struct zpool *zpool, unsigned int pages, in zpool_shrink()
|
D | frontswap.c | 348 unsigned long pages = 0, pages_to_unuse = 0; in __frontswap_unuse_pages() local
|
/linux-4.1.27/arch/mips/mm/ |
D | gup.c | 38 int write, struct page **pages, int *nr) in gup_pte_range() 72 int write, struct page **pages, int *nr) in gup_huge_pmd() 102 int write, struct page **pages, int *nr) in gup_pmd_range() 138 int write, struct page **pages, int *nr) in gup_huge_pud() 168 int write, struct page **pages, int *nr) in gup_pud_range() 197 struct page **pages) in __get_user_pages_fast() 264 struct page **pages) in get_user_pages_fast()
|
/linux-4.1.27/arch/s390/mm/ |
D | gup.c | 21 unsigned long end, int write, struct page **pages, int *nr) in gup_pte_range() 52 unsigned long end, int write, struct page **pages, int *nr) in gup_huge_pmd() 103 unsigned long end, int write, struct page **pages, int *nr) in gup_pmd_range() 140 unsigned long end, int write, struct page **pages, int *nr) in gup_pud_range() 167 struct page **pages) in __get_user_pages_fast() 221 struct page **pages) in get_user_pages_fast()
|
/linux-4.1.27/arch/x86/mm/ |
D | gup.c | 72 unsigned long end, int write, struct page **pages, int *nr) in gup_pte_range() 118 unsigned long end, int write, struct page **pages, int *nr) in gup_huge_pmd() 152 int write, struct page **pages, int *nr) in gup_pmd_range() 195 unsigned long end, int write, struct page **pages, int *nr) in gup_huge_pud() 229 int write, struct page **pages, int *nr) in gup_pud_range() 258 struct page **pages) in __get_user_pages_fast() 326 struct page **pages) in get_user_pages_fast()
|
D | pageattr.c | 41 struct page **pages; member 59 void update_page_count(int level, unsigned long pages) in update_page_count() 209 int in_flags, struct page **pages) in cpa_flush_array() 1341 struct page **pages) in change_page_attr_set_clr() 1453 static inline int cpa_set_pages_array(struct page **pages, int numpages, in cpa_set_pages_array() 1460 static inline int cpa_clear_pages_array(struct page **pages, int numpages, in cpa_clear_pages_array() 1680 static int _set_pages_array(struct page **pages, int addrinarray, in _set_pages_array() 1721 int set_pages_array_uc(struct page **pages, int addrinarray) in set_pages_array_uc() 1727 int set_pages_array_wc(struct page **pages, int addrinarray) in set_pages_array_wc() 1741 int set_pages_array_wb(struct page **pages, int addrinarray) in set_pages_array_wb()
|
D | init_64.c | 405 unsigned long pages = 0, next; in phys_pte_init() local 450 unsigned long pages = 0, next; in phys_pmd_init() local 525 unsigned long pages = 0, next; in phys_pud_init() local 794 unsigned long next, pages = 0; in remove_pte_table() local 866 unsigned long next, pages = 0; in remove_pmd_table() local 922 unsigned long next, pages = 0; in remove_pud_table() local
|
/linux-4.1.27/arch/sparc/mm/ |
D | gup.c | 21 unsigned long end, int write, struct page **pages, int *nr) in gup_pte_range() 70 unsigned long end, int write, struct page **pages, in gup_huge_pmd() 119 int write, struct page **pages, int *nr) in gup_pmd_range() 144 int write, struct page **pages, int *nr) in gup_pud_range() 164 struct page **pages) in __get_user_pages_fast() 194 struct page **pages) in get_user_pages_fast()
|
/linux-4.1.27/arch/sh/mm/ |
D | gup.c | 75 unsigned long end, int write, struct page **pages, int *nr) in gup_pte_range() 120 int write, struct page **pages, int *nr) in gup_pmd_range() 140 int write, struct page **pages, int *nr) in gup_pud_range() 164 struct page **pages) in __get_user_pages_fast() 218 struct page **pages) in get_user_pages_fast()
|
/linux-4.1.27/fs/cifs/ |
D | fscache.h | 79 struct list_head *pages, in cifs_readpages_from_fscache() 96 struct list_head *pages) in cifs_fscache_readpages_cancel() 133 struct list_head *pages, in cifs_readpages_from_fscache() 143 struct list_head *pages) in cifs_fscache_readpages_cancel()
|
D | fscache.c | 186 struct list_head *pages, in __cifs_readpages_from_fscache() 226 void __cifs_fscache_readpages_cancel(struct inode *inode, struct list_head *pages) in __cifs_fscache_readpages_cancel()
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_page_alloc.c | 220 static int set_pages_array_wb(struct page **pages, int addrinarray) in set_pages_array_wb() 231 static int set_pages_array_wc(struct page **pages, int addrinarray) in set_pages_array_wc() 242 static int set_pages_array_uc(struct page **pages, int addrinarray) in set_pages_array_uc() 276 static void ttm_pages_put(struct page *pages[], unsigned npages) in ttm_pages_put() 448 static int ttm_set_pages_caching(struct page **pages, in ttm_set_pages_caching() 475 static void ttm_handle_caching_state_failure(struct list_head *pages, in ttm_handle_caching_state_failure() 493 static int ttm_alloc_new_pages(struct list_head *pages, gfp_t gfp_flags, in ttm_alloc_new_pages() 632 struct list_head *pages, in ttm_page_pool_get_pages() 676 static void ttm_put_pages(struct page **pages, unsigned npages, int flags, in ttm_put_pages() 724 static int ttm_get_pages(struct page **pages, unsigned npages, int flags, in ttm_get_pages()
|
D | ttm_page_alloc_dma.c | 272 static int set_pages_array_wb(struct page **pages, int addrinarray) in set_pages_array_wb() 283 static int set_pages_array_wc(struct page **pages, int addrinarray) in set_pages_array_wc() 294 static int set_pages_array_uc(struct page **pages, int addrinarray) in set_pages_array_uc() 307 struct page **pages, unsigned cpages) in ttm_set_pages_caching() 379 struct page *pages[], unsigned npages) in ttm_dma_pages_put()
|
D | ttm_bo_vm.c | 286 unsigned long pages) in ttm_bo_vm_lookup()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_gem_dmabuf.c | 85 struct page **pages; in omap_gem_dmabuf_begin_cpu_access() local 108 struct page **pages; in omap_gem_dmabuf_kmap_atomic() local 124 struct page **pages; in omap_gem_dmabuf_kmap() local 134 struct page **pages; in omap_gem_dmabuf_kunmap() local
|
D | omap_gem.c | 88 struct page **pages; member 229 struct page **pages; in omap_gem_attach_pages() local 398 struct page *pages[64]; /* XXX is this too much to have on stack? */ in fault_2d() local 510 struct page **pages; in omap_gem_fault() local 678 struct page **pages; in omap_gem_roll() local 717 struct page **pages = omap_obj->pages; in omap_gem_dma_sync() local 750 struct page **pages; in omap_gem_get_paddr() local 873 static int get_pages(struct drm_gem_object *obj, struct page ***pages) in get_pages() 902 int omap_gem_get_pages(struct drm_gem_object *obj, struct page ***pages, in omap_gem_get_pages() 938 struct page **pages; in omap_gem_vaddr() local
|
D | omap_dmm_tiler.c | 205 struct page **pages, uint32_t npages, uint32_t roll) in dmm_txn_append() 304 static int fill(struct tcm_area *area, struct page **pages, in fill() 337 int tiler_pin(struct tiler_block *block, struct page **pages, in tiler_pin()
|
/linux-4.1.27/fs/ceph/ |
D | cache.h | 85 struct list_head *pages) in ceph_fscache_readpages_cancel() 121 struct page *pages) in ceph_fscache_uncache_page() 133 struct list_head *pages, in ceph_readpages_from_fscache() 172 struct list_head *pages) in ceph_fscache_readpages_cancel()
|
D | file.c | 349 struct page **pages, int num_pages, in striped_read() 438 struct page **pages; in ceph_sync_read() local 569 struct page **pages; in ceph_sync_direct_write() local 686 struct page **pages; in ceph_sync_write() local
|
D | addr.c | 295 static void ceph_unlock_page_vector(struct page **pages, int num_pages) in ceph_unlock_page_vector() 318 struct page **pages; in start_read() local 579 static void ceph_release_pages(struct page **pages, int num) in ceph_release_pages() 778 struct page **pages = NULL; in ceph_writepages_start() local
|
/linux-4.1.27/fs/squashfs/ |
D | page_actor.h | 14 int pages; member 20 int pages, int length) in squashfs_page_actor_init() 60 int pages; member
|
D | page_actor.c | 44 int pages, int length) in squashfs_page_actor_init() 84 int pages, int length) in squashfs_page_actor_init_special()
|
D | file_direct.c | 37 int i, n, pages, missing_pages, bytes, res = -ENOMEM; in squashfs_readpage_block() local 141 int pages, struct page **page) in squashfs_read_cache()
|
D | cache.c | 418 int pages = (length + PAGE_CACHE_SIZE - 1) >> PAGE_CACHE_SHIFT; in squashfs_read_table() local
|
D | squashfs_fs_sb.h | 36 int pages; member
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_cache.c | 58 static void drm_cache_flush_clflush(struct page *pages[], in drm_cache_flush_clflush() 71 drm_clflush_pages(struct page *pages[], unsigned long num_pages) in drm_clflush_pages()
|
D | drm_vma_manager.c | 132 unsigned long pages) in drm_vma_offset_lookup() 159 unsigned long pages) in drm_vma_offset_lookup_locked() 240 struct drm_vma_offset_node *node, unsigned long pages) in drm_vma_offset_add()
|
D | ati_pcigart.c | 62 unsigned long pages; in drm_ati_pcigart_cleanup() local 103 unsigned long pages; in drm_ati_pcigart_init() local
|
D | drm_legacy.h | 85 int pages; member
|
D | drm_agpsupport.c | 203 unsigned long pages; in drm_agp_alloc() local 472 struct page **pages, in drm_agp_bind_pages()
|
D | drm_scatter.c | 87 unsigned long pages, i, j; in drm_legacy_sg_alloc() local
|
D | drm_memory.c | 97 void drm_free_agp(struct agp_memory * handle, int pages) in drm_free_agp()
|
D | drm_gem.c | 465 struct page *p, **pages; in drm_gem_get_pages() local 516 void drm_gem_put_pages(struct drm_gem_object *obj, struct page **pages, in drm_gem_put_pages()
|
D | drm_prime.c | 676 struct sg_table *drm_prime_pages_to_sg(struct page **pages, unsigned int nr_pages) in drm_prime_pages_to_sg() 709 int drm_prime_sg_to_page_addr_arrays(struct sg_table *sgt, struct page **pages, in drm_prime_sg_to_page_addr_arrays()
|
/linux-4.1.27/include/linux/ |
D | mman.h | 23 static inline void vm_acct_memory(long pages) in vm_acct_memory() 28 static inline void vm_unacct_memory(long pages) in vm_unacct_memory()
|
D | vmalloc.h | 36 struct page **pages; member 133 pgprot_t prot, struct page **pages) in map_kernel_range_noflush()
|
D | pagevec.h | 20 struct page *pages[PAGEVEC_SIZE]; member
|
D | dma-contiguous.h | 154 bool dma_release_from_contiguous(struct device *dev, struct page *pages, in dma_release_from_contiguous()
|
D | balloon_compaction.h | 62 struct list_head pages; /* Pages enqueued & handled to Host */ member
|
D | firmware.h | 14 struct page **pages; member
|
D | splice.h | 54 struct page **pages; /* page map */ member
|
D | agp_backend.h | 73 struct page **pages; member
|
D | fscache.h | 593 struct list_head *pages, in fscache_read_or_alloc_pages() 650 struct list_head *pages) in fscache_readpages_cancel()
|
D | filter.h | 304 unsigned int pages; member 309 u16 pages; /* Number of allocated pages */ member
|
D | mm_types.h | 126 int pages; /* Nr of partial slabs left */ member 129 short int pages; member 520 struct page **pages; member
|
D | suspend.h | 483 static inline unsigned long page_key_additional_pages(unsigned long pages) in page_key_additional_pages() 488 static inline int page_key_alloc(unsigned long pages) in page_key_alloc()
|
D | nfs_xdr.h | 215 struct page **pages; member 515 struct page ** pages; member 689 struct page ** pages; member 698 struct page ** pages; member 704 struct page ** pages; member 714 struct page ** pages; member 726 struct page ** pages; member 767 struct page ** pages; member 794 struct page ** pages; member 812 struct page ** pages; member [all …]
|
/linux-4.1.27/drivers/xen/ |
D | xlate_mmu.c | 70 struct page **pages; member 101 struct page **pages) in xen_xlate_remap_gfn_array() 127 int nr, struct page **pages) in xen_xlate_unmap_gfn_range()
|
D | balloon.c | 531 int alloc_xenballooned_pages(int nr_pages, struct page **pages, bool highmem) in alloc_xenballooned_pages() 567 void free_xenballooned_pages(int nr_pages, struct page **pages) in free_xenballooned_pages() 587 unsigned long pages) in balloon_add_region()
|
D | privcmd.c | 69 static void free_page_list(struct list_head *pages) in free_page_list() 316 struct page **pages = vma->vm_private_data; in mmap_batch_fn() local 398 struct page **pages; in alloc_empty_pages() local 583 struct page **pages = vma->vm_private_data; in privcmd_close() local
|
D | gntdev.c | 95 struct page **pages; member 330 static int __unmap_grant_pages(struct grant_map *map, int offset, int pages) in __unmap_grant_pages() 365 static int unmap_grant_pages(struct grant_map *map, int offset, int pages) in unmap_grant_pages()
|
D | grant-table.c | 686 int gnttab_alloc_pages(int nr_pages, struct page **pages) in gnttab_alloc_pages() 718 void gnttab_free_pages(int nr_pages, struct page **pages) in gnttab_free_pages() 782 struct page **pages, unsigned int count) in gnttab_map_refs() 812 struct page **pages, unsigned int count) in gnttab_unmap_refs()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | rw26.c | 189 size_t size, struct page ***pages, in ll_get_user_pages() 216 static void ll_free_user_pages(struct page **pages, int npages, int do_dirty) in ll_free_user_pages() 240 struct page **pages = pv->ldp_pages; in ll_direct_rw_pages() local 337 struct page **pages, int page_count) in ll_direct_IO_26_seg() 407 struct page **pages; in ll_direct_IO_26() local
|
/linux-4.1.27/fs/isofs/ |
D | compress.c | 45 struct page **pages, unsigned poffset, in zisofs_uncompress_block() 200 struct page **pages) in zisofs_fill_pages() 307 struct page *pages[max_t(unsigned, zisofs_pages_per_cblock, 1)]; in zisofs_readpage() local
|
/linux-4.1.27/drivers/lguest/x86/ |
D | core.c | 85 static void copy_in_guest_info(struct lg_cpu *cpu, struct lguest_pages *pages) in copy_in_guest_info() 133 static void run_guest_once(struct lg_cpu *cpu, struct lguest_pages *pages) in run_guest_once() 509 struct lguest_pages *pages = lguest_pages(i); in lguest_arch_host_init() local
|
/linux-4.1.27/drivers/block/xen-blkback/ |
D | blkback.c | 272 struct page *pages[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in free_persistent_gnts() local 313 struct page *pages[BLKIF_MAX_SEGMENTS_PER_REQUEST]; in xen_blkbk_unmap_purged_grants() local 670 struct grant_page **pages, in xen_blkbk_unmap_prepare() 729 struct grant_page **pages = req->segments; in xen_blkbk_unmap_and_respond() local 754 struct grant_page *pages[], in xen_blkbk_unmap() 778 struct grant_page *pages[], in xen_blkbk_map() 929 struct grant_page **pages = pending_req->indirect_pages; in xen_blkbk_parse_indirect() local 1201 struct grant_page **pages = pending_req->segments; in dispatch_rw_block_io() local
|
/linux-4.1.27/fs/ntfs/ |
D | file.c | 509 pgoff_t index, const unsigned nr_pages, struct page **pages, in __ntfs_grab_cache_pages() 583 static int ntfs_prepare_pages_for_non_resident_write(struct page **pages, in ntfs_prepare_pages_for_non_resident_write() 1374 static inline void ntfs_flush_dcache_pages(struct page **pages, in ntfs_flush_dcache_pages() 1399 struct page **pages, const unsigned nr_pages, in ntfs_commit_pages_after_non_resident_write() 1553 static int ntfs_commit_pages_after_write(struct page **pages, in ntfs_commit_pages_after_write() 1699 static size_t ntfs_copy_from_user_iter(struct page **pages, unsigned nr_pages, in ntfs_copy_from_user_iter() 1751 struct page *pages[NTFS_MAX_PAGES_PER_CLUSTER]; in ntfs_perform_write() local
|
/linux-4.1.27/arch/m68k/mm/ |
D | sun3kmap.c | 49 unsigned long type, int pages) in do_pmeg_mapin() 68 int pages; in sun3_ioremap() local
|
/linux-4.1.27/arch/tile/kernel/ |
D | vdso.c | 52 static struct page **vdso_setup(void *vdso_kbase, unsigned int pages) in vdso_setup() 127 unsigned long pages; in setup_vdso_pages() local
|
D | module.c | 39 struct page **pages; in module_alloc() local
|
D | setup.c | 361 unsigned long pages = high_mapped_pa - node_start_pfn[i]; in store_permanent_mappings() local 583 int pages = node_end_pfn[i] - node_start_pfn[i]; in setup_memory() local 717 int pages = node_end_pfn[nid] - node_start_pfn[nid]; in alloc_remap() local
|
/linux-4.1.27/net/rds/ |
D | info.c | 65 struct page **pages; member 167 struct page **pages = NULL; in rds_info_getsockopt() local
|
D | rdma.c | 158 struct page **pages, int write) in rds_pin_pages() 178 struct page **pages = NULL; in __rds_rdma_map() local 553 struct page **pages = NULL; in rds_cmsg_rdma_args() local
|
/linux-4.1.27/arch/arm/xen/ |
D | enlighten.c | 61 struct page **pages) in xen_remap_domain_mfn_array() 73 struct page **pages) in xen_remap_domain_mfn_range() 80 int nr, struct page **pages) in xen_unmap_domain_mfn_range()
|
D | p2m.c | 89 struct page **pages, unsigned int count) in set_foreign_p2m_mapping() 106 struct page **pages, unsigned int count) in clear_foreign_p2m_mapping()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_gart.c | 239 int pages) in radeon_gart_unbind() 284 int pages, struct page **pagelist, dma_addr_t *dma_addr, in radeon_gart_bind()
|
/linux-4.1.27/net/9p/ |
D | trans_common.c | 21 void p9_release_pages(struct page **pages, int nr_pages) in p9_release_pages()
|
/linux-4.1.27/fs/ramfs/ |
D | file-nommu.c | 69 struct page *pages; in ramfs_nommu_expand_for_mapping() local 210 struct page **pages = NULL, **ptr, *page; in ramfs_nommu_get_unmapped_area() local
|
/linux-4.1.27/arch/s390/kernel/ |
D | suspend.c | 53 unsigned long page_key_additional_pages(unsigned long pages) in page_key_additional_pages() 76 int page_key_alloc(unsigned long pages) in page_key_alloc()
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | ion_heap.c | 37 struct page **pages = vmalloc(sizeof(struct page *) * npages); in ion_heap_map_kernel() local 106 static int ion_heap_clear_pages(struct page **pages, int num, pgprot_t pgprot) in ion_heap_clear_pages() 124 struct page *pages[32]; in ion_heap_sglist_zero() local
|
D | ion_system_heap.c | 130 struct list_head pages; in ion_system_heap_allocate() local 365 unsigned long pages = PAGE_ALIGN(buffer->size) >> PAGE_SHIFT; in ion_system_contig_heap_free() local
|
/linux-4.1.27/arch/x86/kernel/ |
D | head_32.S | 60 #define PAGE_TABLE_SIZE(pages) (((pages) / PTRS_PER_PMD) + PTRS_PER_PGD) argument 62 #define PAGE_TABLE_SIZE(pages) ((pages) / PTRS_PER_PGD) argument
|
D | amd_gart_64.c | 336 unsigned long pages) in __dma_map_cont() 347 unsigned long pages, addr; in __dma_map_cont() local 374 struct scatterlist *sout, unsigned long pages, int need) in dma_map_cont() 394 unsigned long pages = 0; in gart_map_sg() local
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | dma-mapping.c | 47 static unsigned long __alloc_dma_pages(unsigned int pages) in __alloc_dma_pages() 66 static void __free_dma_pages(unsigned long addr, unsigned int pages) in __free_dma_pages()
|
/linux-4.1.27/fs/nfs/ |
D | nfs3acl.c | 17 struct page *pages[NFSACL_MAXPAGES] = { }; in nfs3_get_acl() local 122 struct page *pages[NFSACL_MAXPAGES]; in __nfs3_proc_setacls() local
|
D | fscache.h | 132 struct list_head *pages, in nfs_readpages_from_fscache() 211 struct list_head *pages, in nfs_readpages_from_fscache()
|
D | fscache.c | 369 struct list_head *pages, in __nfs_readpages_from_fscache()
|
D | dir.c | 369 int nfs_readdir_xdr_filler(struct page **pages, nfs_readdir_descriptor_t *desc, in nfs_readdir_xdr_filler() 586 void nfs_readdir_free_pagearray(struct page **pages, unsigned int npages) in nfs_readdir_free_pagearray() 594 void nfs_readdir_free_large_page(void *ptr, struct page **pages, in nfs_readdir_free_large_page() 605 int nfs_readdir_large_page(struct page **pages, unsigned int npages) in nfs_readdir_large_page() 625 struct page *pages[NFS_MAX_READDIR_PAGES]; in nfs_readdir_xdr_to_array() local
|
D | pnfs_dev.c | 102 struct page **pages = NULL; in nfs4_get_device_info() local
|
/linux-4.1.27/fs/9p/ |
D | cache.h | 75 struct list_head *pages, in v9fs_readpages_from_fscache() 131 struct list_head *pages, in v9fs_readpages_from_fscache()
|
D | vfs_addr.c | 112 struct list_head *pages, unsigned nr_pages) in v9fs_vfs_readpages()
|
D | cache.c | 357 struct list_head *pages, in __v9fs_readpages_from_fscache()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf-vmalloc.c | 162 int pages; in __videobuf_iolock() local 238 int retval, pages; in __videobuf_mmap_mapper() local
|
D | videobuf-dma-sg.c | 95 static struct scatterlist *videobuf_pages_to_sg(struct page **pages, in videobuf_pages_to_sg() 503 int err, pages; in __videobuf_iolock() local
|
D | videobuf2-dma-sg.c | 40 struct page **pages; member 68 struct page *pages; in vb2_dma_sg_alloc_compacted() local
|
D | videobuf2-dma-contig.c | 470 static int vb2_dc_get_user_pages(unsigned long start, struct page **pages, in vb2_dc_get_user_pages() 578 struct page **pages; in vb2_dc_get_userptr() local
|
/linux-4.1.27/drivers/gpu/drm/vgem/ |
D | vgem_drv.h | 38 struct page **pages; member
|
D | vgem_drv.c | 74 struct page **pages; in vgem_gem_get_pages() local
|
/linux-4.1.27/arch/mips/ar7/ |
D | memory.c | 61 unsigned long pages; in prom_meminit() local
|
/linux-4.1.27/arch/mips/jazz/ |
D | jazzdma.c | 94 int first, last, pages, frame, i; in vdma_alloc() local 214 int first, pages; in vdma_remap() local
|
/linux-4.1.27/drivers/usb/storage/ |
D | alauda.c | 731 unsigned int page, unsigned int pages, unsigned char *data) in alauda_read_block_raw() 757 unsigned int page, unsigned int pages, unsigned char *data) in alauda_read_block() 810 unsigned int page, unsigned int pages, in alauda_write_lba() 954 unsigned int pages; in alauda_read_data() local 1056 unsigned int pages = min(sectors, blocksize - page); in alauda_write_data() local 1174 unsigned int page, pages; in alauda_transport() local 1191 unsigned int page, pages; in alauda_transport() local
|
D | sddr55.c | 208 unsigned short pages; in sddr55_read_data() local 328 unsigned short pages; in sddr55_write_data() local 794 unsigned short pages; in sddr55_transport() local
|
D | sddr09.c | 747 unsigned int page, pages; in sddr09_read_data() local 860 unsigned int page, unsigned int pages, in sddr09_write_lba() 971 unsigned int lba, maxlba, page, pages; in sddr09_write_data() local 1544 unsigned int page, pages; in sddr09_transport() local
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_krb5_wrap.c | 159 struct xdr_buf *buf, struct page **pages) in gss_wrap_kerberos_v1() 441 struct xdr_buf *buf, struct page **pages) in gss_wrap_kerberos_v2() 592 struct xdr_buf *buf, struct page **pages) in gss_wrap_kerberos()
|
D | gss_krb5_crypto.c | 393 struct page **pages; member 463 int offset, struct page **pages) in gss_encrypt_xdr_buf() 598 u32 offset, u8 *iv, struct page **pages, int encrypt) in gss_krb5_cts_crypt() 644 struct xdr_buf *buf, struct page **pages) in gss_krb5_aes_encrypt()
|
D | gss_rpc_xdr.h | 137 struct page **pages; /* Array of contiguous pages */ member 150 struct page **pages; member
|
/linux-4.1.27/net/sunrpc/ |
D | xdr.c | 133 struct page **pages, unsigned int base, unsigned int len) in xdr_inline_pages() 172 _shift_data_right_pages(struct page **pages, size_t pgto_base, in _shift_data_right_pages() 233 _copy_to_pages(struct page **pages, size_t pgbase, const char *p, size_t len) in _copy_to_pages() 277 _copy_from_pages(char *p, struct page **pages, size_t pgbase, size_t len) in _copy_from_pages() 691 void xdr_write_pages(struct xdr_stream *xdr, struct page **pages, unsigned int base, in xdr_write_pages() 815 struct page **pages, unsigned int len) in xdr_init_decode_pages()
|
/linux-4.1.27/sound/firewire/ |
D | packets-buffer.c | 25 unsigned int packets_per_page, pages; in iso_packets_buffer_init() local
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | README.mm | 161 each have maps of up to 2048 pages (8192 / sizeof(void *)). Linux can actually function
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_resources.c | 86 struct page **pages; in mlx4_en_map_buffer() local
|
/linux-4.1.27/fs/proc/ |
D | meminfo.c | 35 unsigned long pages[NR_LRU_LISTS]; in meminfo_proc_show() local
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | gtt.c | 89 struct page **pages; in psb_gtt_insert() local 205 struct page **pages; in psb_gtt_attach_pages() local
|
D | gtt.h | 51 struct page **pages; /* Backing pages if present */ member
|
/linux-4.1.27/include/drm/ |
D | drm_agpsupport.h | 71 static inline void drm_free_agp(struct agp_memory * handle, int pages) in drm_free_agp() 86 struct page **pages, in drm_agp_bind_pages()
|
D | drm_vma_manager.h | 88 unsigned long pages) in drm_vma_offset_exact_lookup()
|
/linux-4.1.27/tools/vm/ |
D | page-types.c | 224 static unsigned long pages2mb(unsigned long pages) in pages2mb() 278 unsigned long pages) in kpageflags_read() 285 unsigned long pages) in pagemap_read() 597 unsigned long pages; in walk_pfn() local 619 unsigned long pages; in walk_vma() local
|
/linux-4.1.27/drivers/base/ |
D | dma-mapping.c | 278 void *dma_common_pages_remap(struct page **pages, size_t size, in dma_common_pages_remap() 308 struct page **pages; in dma_common_contiguous_remap() local
|
D | dma-contiguous.c | 209 bool dma_release_from_contiguous(struct device *dev, struct page *pages, in dma_release_from_contiguous()
|
D | dma-coherent.c | 26 int pages = size >> PAGE_SHIFT; in dma_init_coherent_memory() local
|
/linux-4.1.27/sound/core/ |
D | sgbuf.c | 71 unsigned int i, pages, chunk, maxpages; in snd_malloc_sgbuf_pages() local
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_gem.c | 197 struct page **pages; in msm_gem_fault() local 291 struct page **pages = get_pages(obj); in msm_gem_get_iova_locked() local 393 struct page **pages = get_pages(obj); in msm_gem_vaddr_locked() local
|
D | msm_gem.h | 51 struct page **pages; member
|
/linux-4.1.27/fs/btrfs/tests/ |
D | extent-io-tests.c | 32 struct page *pages[16]; in process_page_range() local
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | alloc.c | 94 struct page **pages; in mlx5_buf_alloc() local
|
/linux-4.1.27/include/media/ |
D | videobuf-dma-sg.h | 52 struct page **pages; member
|
/linux-4.1.27/fs/cachefiles/ |
D | rdwr.c | 679 struct list_head *pages, in cachefiles_read_or_alloc_pages() 834 struct list_head *pages, in cachefiles_allocate_pages()
|
/linux-4.1.27/arch/x86/um/asm/ |
D | mm_context.h | 32 struct ldt_entry * pages[LDT_PAGES_MAX]; member
|
/linux-4.1.27/arch/x86/xen/ |
D | grant-table.c | 119 struct page **pages; in xlated_setup_gnttab_pages() local
|
D | p2m.c | 661 struct page **pages, unsigned int count) in set_foreign_p2m_mapping() 707 struct page **pages, unsigned int count) in clear_foreign_p2m_mapping()
|
D | enlighten.c | 591 unsigned pages = (size + PAGE_SIZE - 1) / PAGE_SIZE; in xen_load_gdt() local 640 unsigned pages = (size + PAGE_SIZE - 1) / PAGE_SIZE; in xen_load_gdt_boot() local 1761 uint32_t eax, ebx, ecx, edx, pages, msr, base; in init_hvm_pv_info() local
|
/linux-4.1.27/fs/exofs/ |
D | ore.c | 149 struct page **pages; in _ore_get_io_state() local 156 struct page *pages[num_par_pages]; in _ore_get_io_state() member 178 struct page *pages[num_par_pages]; in _ore_get_io_state() member 594 unsigned pgbase, struct page **pages, in _ore_add_stripe_unit()
|
D | ore_raid.c | 58 struct page **pages; member 80 struct page *pages[group_width]; in _sp2d_alloc() member 638 struct page **pages = ios->parity_pages + ios->cur_par_page; in _ore_add_parity_unit() local
|
D | inode.c | 43 unsigned pages = min_t(unsigned, expected_pages, in exofs_max_io_pages() local 55 struct page **pages; member 107 unsigned pages; in pcol_try_alloc() local 474 struct list_head *pages, unsigned nr_pages) in exofs_readpages()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | gem.h | 43 struct page **pages; member
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_gem.h | 45 struct page **pages; member
|
D | exynos_drm_gem.c | 420 struct page **pages, in exynos_gem_get_pages_from_userptr() 459 void exynos_gem_put_pages_to_userptr(struct page **pages, in exynos_gem_put_pages_to_userptr()
|
/linux-4.1.27/arch/s390/hypfs/ |
D | hypfs_diag.c | 379 static void *diag204_alloc_vbuf(int pages) in diag204_alloc_vbuf() 399 static void *diag204_get_buffer(enum diag204_format fmt, int *pages) in diag204_get_buffer() 435 int pages, rc; in diag204_probe() local 478 static int diag204_do_store(void *buf, int pages) in diag204_do_store() 490 int pages, rc; in diag204_store() local
|
/linux-4.1.27/arch/m32r/mm/ |
D | discontig.c | 29 unsigned long pages; member
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_mem.c | 128 int iwch_write_pbl(struct iwch_mr *mhp, __be64 *pages, int npages, int offset) in iwch_write_pbl()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_lib-linux.c | 272 struct kvec *iov, struct page **pages) in ksocknal_lib_kiov_vmap() 312 struct page **pages = NULL; in ksocknal_lib_recv_kiov() local
|
/linux-4.1.27/arch/metag/mm/ |
D | mmu-meta2.c | 139 unsigned int pages = DIV_ROUND_UP(mem_size, 1 << 22); in mmu_init() local
|
/linux-4.1.27/fs/ext4/ |
D | readpage.c | 134 struct list_head *pages, struct page *page, in ext4_mpage_readpages()
|
/linux-4.1.27/drivers/md/ |
D | dm-kcopyd.c | 41 struct page_list *pages; member 240 unsigned int nr, struct page_list **pages) in kcopyd_get_pages() 343 struct page_list *pages; member
|
/linux-4.1.27/fs/fscache/ |
D | page.c | 534 struct list_head *pages, in __fscache_read_or_alloc_pages() 744 struct list_head *pages) in __fscache_readpages_cancel()
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctvmem.c | 131 unsigned i, pages; in ct_vm_map() local
|
/linux-4.1.27/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 96 long i, j, pages, err; in run_test() local
|
/linux-4.1.27/arch/arm/mm/ |
D | dma-mapping.c | 1118 struct page **pages; in __iommu_alloc_buffer() local 1200 static int __iommu_free_buffer(struct device *dev, struct page **pages, in __iommu_free_buffer() 1226 __iommu_alloc_remap(struct page **pages, size_t size, gfp_t gfp, pgprot_t prot, in __iommu_alloc_remap() 1237 __iommu_create_mapping(struct device *dev, struct page **pages, size_t size) in __iommu_create_mapping() 1348 struct page **pages; in arm_iommu_alloc_attrs() local 1397 struct page **pages = __iommu_get_pages(cpu_addr, attrs); in arm_iommu_mmap_attrs() local 1431 struct page **pages; in arm_iommu_free_attrs() local 1459 struct page **pages = __iommu_get_pages(cpu_addr, attrs); in arm_iommu_get_sgtable() local
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_gem.c | 132 struct page **pages; in udl_gem_get_pages() local
|
D | udl_drv.h | 72 struct page **pages; member
|
/linux-4.1.27/arch/m32r/kernel/ |
D | setup.c | 155 unsigned long pages; in setup_memory() local
|
/linux-4.1.27/fs/afs/ |
D | file.c | 241 struct list_head *pages, unsigned nr_pages) in afs_readpages()
|
/linux-4.1.27/fs/btrfs/ |
D | file.c | 464 static void btrfs_drop_pages(struct page **pages, size_t num_pages) in btrfs_drop_pages() 489 struct page **pages, size_t num_pages, in btrfs_dirty_pages() 1316 static noinline int prepare_pages(struct inode *inode, struct page **pages, in prepare_pages() 1371 lock_and_cleanup_extent_if_need(struct inode *inode, struct page **pages, in lock_and_cleanup_extent_if_need() 1475 struct page **pages = NULL; in __btrfs_buffered_write() local
|
D | zlib.c | 77 struct page **pages, in zlib_compress_pages()
|
D | lzo.c | 90 struct page **pages, in lzo_compress_pages()
|
D | compression.c | 232 struct page *pages[16]; in end_compressed_writeback() local 885 struct page **pages, in btrfs_compress_pages()
|
/linux-4.1.27/net/ieee802154/ |
D | nl-phy.c | 40 int i, pages = 0; in ieee802154_nl_fill_phy() local
|
/linux-4.1.27/include/crypto/ |
D | if_alg.h | 67 struct page *pages[ALG_MAX_PAGES]; member
|
/linux-4.1.27/include/xen/ |
D | grant_table.h | 74 struct page **pages; member
|
/linux-4.1.27/arch/ia64/mm/ |
D | discontig.c | 327 unsigned long pernodesize = 0, pernode, pages, mapsize; in find_pernode_space() local 389 unsigned long base, size, pages; in reserve_pernode_space() local
|
/linux-4.1.27/fs/ |
D | splice.c | 312 struct page *pages[PIPE_DEF_BUFFERS]; in __generic_file_splice_read() local 613 struct page *pages[PIPE_DEF_BUFFERS]; in default_file_splice_read() local 1438 unsigned int nr_vecs, struct page **pages, in get_iovec_page_array() 1587 struct page *pages[PIPE_DEF_BUFFERS]; in vmsplice_to_pipe() local
|
/linux-4.1.27/drivers/iommu/ |
D | amd_iommu.c | 851 u64 pages; in build_inv_iommu_pages() local 882 u64 pages; in build_inv_iotlb_pages() local 1576 unsigned int pages) in dma_ops_reserve_addresses() 1643 int pages; in alloc_new_range() local 1657 int pages = iommu_num_pages(iommu->exclusion_start, in alloc_new_range() local 1699 unsigned int pages, in dma_ops_area_alloc() 1743 unsigned int pages, in dma_ops_alloc_addresses() 1779 unsigned int pages) in dma_ops_free_addresses() 2653 unsigned int pages; in __map_single() local 2734 unsigned int pages; in __unmap_single() local
|
/linux-4.1.27/arch/sh/kernel/ |
D | io_trapped.c | 48 struct page *pages[TRAPPED_PAGES_MAX]; in register_trapped_io() local
|
/linux-4.1.27/include/linux/mtd/ |
D | bbm.h | 59 int pages[NAND_MAX_CHIPS]; member
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | ras.c | 104 struct page *pages; member
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
D | aic94xx_seq.c | 230 int pages = (size + LSEQ_CODEPAGE_SIZE - 1) / LSEQ_CODEPAGE_SIZE; in asd_verify_lseq() local 294 const int pages = (size + MAX_DMA_OVLY_COUNT - 1) / MAX_DMA_OVLY_COUNT; in asd_download_seq() local
|
/linux-4.1.27/include/sound/ |
D | memalloc.h | 88 int pages; /* allocated pages */ member
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_init_chip.c | 444 struct page **pages; in init_shadow_tids() local
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_dmabuf.c | 114 struct page **pages; in i915_gem_dmabuf_vmap() local
|
/linux-4.1.27/fs/hpfs/ |
D | file.c | 123 struct list_head *pages, unsigned nr_pages) in hpfs_readpages()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | pci_fire.c | 231 unsigned long pages, order, i; in pci_fire_msiq_alloc() local 263 unsigned long pages, order; in pci_fire_msiq_free() local
|
/linux-4.1.27/tools/perf/util/ |
D | evlist.c | 894 static size_t perf_evlist__mmap_size(unsigned long pages) in perf_evlist__mmap_size() 922 unsigned long pages, val; in parse_pages_arg() local 968 long pages; in perf_evlist__parse_mmap_pages() local 995 int perf_evlist__mmap(struct perf_evlist *evlist, unsigned int pages, in perf_evlist__mmap()
|
/linux-4.1.27/drivers/s390/block/ |
D | xpram.c | 256 static int __init xpram_setup_sizes(unsigned long pages) in xpram_setup_sizes()
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-desc.c | 261 struct page *pages = NULL; in xgbe_alloc_pages() local
|
/linux-4.1.27/kernel/power/ |
D | power.h | 13 unsigned long pages; member
|
/linux-4.1.27/drivers/mtd/tests/ |
D | torturetest.c | 388 int bytes, bits, pages, first; in report_corrupt() local
|
/linux-4.1.27/drivers/s390/net/ |
D | ctcm_dbug.h | 56 int pages; member
|
/linux-4.1.27/drivers/misc/vmw_vmci/ |
D | vmci_queue_pair.h | 114 u64 pages; member
|
/linux-4.1.27/fs/jfs/ |
D | inode.c | 299 struct list_head *pages, unsigned nr_pages) in jfs_readpages()
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | blocklayout.c | 234 struct page **pages = header->args.pages; in bl_read_pagelist() local 380 struct page **pages = header->args.pages; in bl_write_pagelist() local
|
/linux-4.1.27/drivers/media/common/saa7146/ |
D | saa7146_core.c | 178 int pages = (length+PAGE_SIZE-1)/PAGE_SIZE; in saa7146_vmalloc_build_pgtable() local
|
/linux-4.1.27/include/asm-generic/ |
D | tlb.h | 75 struct page *pages[0]; member
|
/linux-4.1.27/drivers/char/ |
D | mspec.c | 259 int pages, vdata_size, flags = 0; in mspec_mmap() local
|
/linux-4.1.27/arch/tile/mm/ |
D | homecache.c | 364 int i, pages = (1 << order); in homecache_change_page_home() local
|
/linux-4.1.27/include/uapi/linux/ |
D | screen_info.h | 43 __u16 pages; /* 0x32 */ member
|
/linux-4.1.27/drivers/edac/ |
D | edac_core.h | 42 #define PAGES_TO_MiB(pages) ((pages) >> (20 - PAGE_SHIFT)) argument 45 #define PAGES_TO_MiB(pages) ((pages) << (PAGE_SHIFT - 20)) argument
|
/linux-4.1.27/lib/ |
D | iov_iter.c | 573 struct page **pages, size_t maxsize, unsigned maxpages, in iov_iter_get_pages() 618 struct page ***pages, size_t maxsize, in iov_iter_get_pages_alloc()
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | svc_rdma_sendto.c | 389 int pages; in send_reply() local
|
/linux-4.1.27/drivers/char/agp/ |
D | uninorth-agp.c | 374 struct page **pages; in uninorth_create_gatt_table() local
|
/linux-4.1.27/fs/omfs/ |
D | file.c | 293 struct list_head *pages, unsigned nr_pages) in omfs_readpages()
|
/linux-4.1.27/arch/avr32/kernel/ |
D | setup.c | 473 unsigned long first_pfn, bootmap_pfn, pages; in setup_bootmem() local
|