Searched defs:nr_pages (Results 1 - 200 of 236) sorted by relevance

12

/linux-4.4.14/net/9p/
H A Dtrans_common.c21 void p9_release_pages(struct page **pages, int nr_pages) p9_release_pages() argument
H A Dtrans_virtio.c321 int nr_pages; p9_get_mapped_pages() local
224 pack_sg_list_p(struct scatterlist *sg, int start, int limit, struct page **pdata, int nr_pages, size_t offs, int count) pack_sg_list_p() argument
/linux-4.4.14/drivers/staging/rdma/ehca/
H A Dehca_eq.c59 u32 nr_pages; ehca_create_eq() local
H A Dipz_pt_fn.c255 int i, nr_pages; ipz_queue_dtor() local
H A Dehca_mrmw.c2316 static int ehca_update_busmap(unsigned long pfn, unsigned long nr_pages) ehca_update_busmap() argument
2369 unsigned long pfn, start_pfn, end_pfn, nr_pages; ehca_create_busmap_callback() local
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Ddrm_buffer.c46 int nr_pages = size / PAGE_SIZE + 1; drm_buffer_alloc() local
100 int nr_pages = size / PAGE_SIZE + 1; drm_buffer_copy_from_user() local
134 int nr_pages = buf->size / PAGE_SIZE + 1; drm_buffer_free() local
/linux-4.4.14/arch/x86/mm/
H A Dnuma_32.c67 unsigned long nr_pages = end_pfn - start_pfn; node_memmap_size_bytes() local
H A Dgup.c255 int __get_user_pages_fast(unsigned long start, int nr_pages, int write, __get_user_pages_fast() argument
323 int get_user_pages_fast(unsigned long start, int nr_pages, int write, get_user_pages_fast() argument
H A Dtlb.c117 unsigned long nr_pages = flush_tlb_func() local
H A Dioremap.c56 static int __ioremap_check_ram(unsigned long start_pfn, unsigned long nr_pages, __ioremap_check_ram() argument
H A Dinit_32.c832 unsigned long nr_pages = size >> PAGE_SHIFT; arch_add_memory() local
841 unsigned long nr_pages = size >> PAGE_SHIFT; arch_remove_memory() local
H A Dmpx.c546 int nr_pages = 1; mpx_resolve_fault() local
H A Dinit_64.c696 unsigned long nr_pages = size >> PAGE_SHIFT; arch_add_memory() local
716 unsigned int nr_pages = 1 << order; free_pagetable() local
1020 unsigned long nr_pages = size >> PAGE_SHIFT; arch_remove_memory() local
1318 unsigned int nr_pages; register_page_bootmem_memmap() local
/linux-4.4.14/mm/
H A Dpercpu-km.c50 const int nr_pages = pcpu_group_sizes[0] >> PAGE_SHIFT; pcpu_create_chunk() local
80 const int nr_pages = pcpu_group_sizes[0] >> PAGE_SHIFT; pcpu_destroy_chunk() local
94 size_t nr_pages, alloc_pages; pcpu_verify_alloc_info() local
H A Dpage_counter.c20 void page_counter_cancel(struct page_counter *counter, unsigned long nr_pages) page_counter_cancel() argument
36 void page_counter_charge(struct page_counter *counter, unsigned long nr_pages) page_counter_charge() argument
116 void page_counter_uncharge(struct page_counter *counter, unsigned long nr_pages) page_counter_uncharge() argument
62 page_counter_try_charge(struct page_counter *counter, unsigned long nr_pages, struct page_counter **fail) page_counter_try_charge() argument
175 page_counter_memparse(const char *buf, const char *max, unsigned long *nr_pages) page_counter_memparse() argument
H A Dpage_isolation.c60 unsigned long nr_pages; set_migratetype_isolate() local
79 unsigned long flags, nr_pages; unset_migratetype_isolate() local
133 __first_valid_page(unsigned long pfn, unsigned long nr_pages) __first_valid_page() argument
H A Dpercpu-vm.c133 static void __pcpu_unmap_pages(unsigned long addr, int nr_pages) __pcpu_unmap_pages() argument
191 __pcpu_map_pages(unsigned long addr, struct page **pages, int nr_pages) __pcpu_map_pages() argument
H A Dhugetlb_cgroup.c112 unsigned int nr_pages; hugetlb_cgroup_move_parent() local
165 int hugetlb_cgroup_charge_cgroup(int idx, unsigned long nr_pages, hugetlb_cgroup_charge_cgroup() argument
198 void hugetlb_cgroup_commit_charge(int idx, unsigned long nr_pages, hugetlb_cgroup_commit_charge() argument
212 void hugetlb_cgroup_uncharge_page(int idx, unsigned long nr_pages, hugetlb_cgroup_uncharge_page() argument
228 void hugetlb_cgroup_uncharge_cgroup(int idx, unsigned long nr_pages, hugetlb_cgroup_uncharge_cgroup() argument
276 unsigned long nr_pages; hugetlb_cgroup_write() local
H A Dmlock.c175 int nr_pages; munlock_vma_page() local
503 int nr_pages; mlock_fixup() local
H A Dpage_ext.c128 unsigned long nr_pages; alloc_node_page_ext() local
279 online_page_ext(unsigned long start_pfn, unsigned long nr_pages, int nid) online_page_ext() argument
314 offline_page_ext(unsigned long start_pfn, unsigned long nr_pages, int nid) offline_page_ext() argument
H A Dprocess_vm_access.c87 unsigned long nr_pages; process_vm_rw_single_vec() local
152 unsigned long nr_pages = 0; process_vm_rw_core() local
H A Dreadahead.c111 read_pages(struct address_space *mapping, struct file *filp, struct list_head *pages, unsigned nr_pages) read_pages() argument
H A Dutil.c246 __get_user_pages_fast(unsigned long start, int nr_pages, int write, struct page **pages) __get_user_pages_fast() argument
277 get_user_pages_fast(unsigned long start, int nr_pages, int write, struct page **pages) get_user_pages_fast() argument
H A Dgup.c887 unsigned long nr_pages = (end - start) / PAGE_SIZE; populate_vma_page_range() local
1325 int __get_user_pages_fast(unsigned long start, int nr_pages, int write, __get_user_pages_fast() argument
1395 int get_user_pages_fast(unsigned long start, int nr_pages, int write, get_user_pages_fast() argument
453 __get_user_pages(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, unsigned int gup_flags, struct page **pages, struct vm_area_struct **vmas, int *nonblocking) __get_user_pages() argument
621 __get_user_pages_locked(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages, struct vm_area_struct **vmas, int *locked, bool notify_drop, unsigned int flags) __get_user_pages_locked() argument
738 get_user_pages_locked(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages, int *locked) get_user_pages_locked() argument
758 __get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages, unsigned int gup_flags) __get_user_pages_unlocked() argument
791 get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages) get_user_pages_unlocked() argument
855 get_user_pages(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages, struct vm_area_struct **vmas) get_user_pages() argument
H A Dinternal.h301 int nr_pages = hpage_nr_pages(page); mlock_migrate_page() local
306 __mod_zone_page_state(page_zone(newpage), NR_MLOCK, nr_pages); mlock_migrate_page() local
H A Dsparse.c198 unsigned long nr_pages = 0; node_memmap_size_bytes() local
659 unsigned long magic, nr_pages; free_map_bootmem() local
744 static void clear_hwpoisoned_pages(struct page *memmap, int nr_pages) clear_hwpoisoned_pages() argument
759 static inline void clear_hwpoisoned_pages(struct page *memmap, int nr_pages) clear_hwpoisoned_pages() argument
H A Dswap.c1078 pagevec_lookup_entries(struct pagevec *pvec, struct address_space *mapping, pgoff_t start, unsigned nr_pages, pgoff_t *indices) pagevec_lookup_entries() argument
1125 pagevec_lookup(struct pagevec *pvec, struct address_space *mapping, pgoff_t start, unsigned nr_pages) pagevec_lookup() argument
1133 pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, pgoff_t *index, int tag, unsigned nr_pages) pagevec_lookup_tag() argument
H A Dfilemap.c340 int nr_pages; __filemap_fdatawait_range() local
1285 find_get_pages(struct address_space *mapping, pgoff_t start, unsigned int nr_pages, struct page **pages) find_get_pages() argument
1352 find_get_pages_contig(struct address_space *mapping, pgoff_t index, unsigned int nr_pages, struct page **pages) find_get_pages_contig() argument
1428 find_get_pages_tag(struct address_space *mapping, pgoff_t *index, int tag, unsigned int nr_pages, struct page **pages) find_get_pages_tag() argument
H A Dmemory-failure.c1037 int nr_pages = 1 << compound_order(hpage); set_page_hwpoison_huge_page() local
1045 int nr_pages = 1 << compound_order(hpage); clear_page_hwpoison_huge_page() local
1075 unsigned int nr_pages; memory_failure() local
1423 unsigned int nr_pages; unpoison_memory() local
H A Dmemory_hotplug.c247 unsigned long i, pfn, end_pfn, nr_pages; register_page_bootmem_info_node() local
446 int nr_pages = PAGES_PER_SECTION; __add_zone() local
721 int nr_pages = PAGES_PER_SECTION; __remove_zone() local
866 static int online_pages_range(unsigned long start_pfn, unsigned long nr_pages, online_pages_range() argument
900 static void node_states_check_changes_online(unsigned long nr_pages, node_states_check_changes_online() argument
975 int __ref online_pages(unsigned long pfn, unsigned long nr_pages, int online_type) online_pages() argument
1187 u64 nr_pages = size >> PAGE_SHIFT; check_hotplug_memory_range() local
1357 int is_mem_section_removable(unsigned long start_pfn, unsigned long nr_pages) is_mem_section_removable() argument
1514 offline_isolated_pages_cb(unsigned long start, unsigned long nr_pages, offline_isolated_pages_cb() argument
1532 check_pages_isolated_cb(unsigned long start_pfn, unsigned long nr_pages, check_pages_isolated_cb() argument
1562 static bool can_offline_normal(struct zone *zone, unsigned long nr_pages) can_offline_normal() argument
1568 static bool can_offline_normal(struct zone *zone, unsigned long nr_pages) can_offline_normal() argument
1624 static void node_states_check_changes_offline(unsigned long nr_pages, node_states_check_changes_offline() argument
1717 unsigned long pfn, nr_pages, expire; __offline_pages() local
1851 int offline_pages(unsigned long start_pfn, unsigned long nr_pages) offline_pages() argument
502 __add_pages(int nid, struct zone *zone, unsigned long phys_start_pfn, unsigned long nr_pages) __add_pages() argument
765 __remove_pages(struct zone *zone, unsigned long phys_start_pfn, unsigned long nr_pages) __remove_pages() argument
H A Dmigrate.c498 int nr_pages; copy_huge_page() local
1406 static void do_pages_stat_array(struct mm_struct *mm, unsigned long nr_pages, do_pages_stat_array() argument
1445 static int do_pages_stat(struct mm_struct *mm, unsigned long nr_pages, do_pages_stat() argument
478 __copy_gigantic_page(struct page *dst, struct page *src, int nr_pages) __copy_gigantic_page() argument
1320 do_pages_move(struct mm_struct *mm, nodemask_t task_nodes, unsigned long nr_pages, const void __user * __user *pages, const int __user *nodes, int __user *status, int flags) do_pages_move() argument
1601 numamigrate_update_ratelimit(pg_data_t *pgdat, unsigned long nr_pages) numamigrate_update_ratelimit() argument
H A Dksm.c2139 unsigned long nr_pages; pages_to_scan_store() local
H A Dmemory.c2939 unsigned long start_addr, nr_pages, mask; do_fault_around() local
H A Dmmap.c591 unsigned long nr_pages = 0; count_vma_pages_range() local
1552 unsigned long nr_pages; mmap_region() local
H A Dnommu.c135 __get_user_pages(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, unsigned int foll_flags, struct page **pages, struct vm_area_struct **vmas, int *nonblocking) __get_user_pages() argument
185 get_user_pages(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages, struct vm_area_struct **vmas) get_user_pages() argument
202 get_user_pages_locked(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages, int *locked) get_user_pages_locked() argument
212 __get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages, unsigned int gup_flags) __get_user_pages_unlocked() argument
226 get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, unsigned long start, unsigned long nr_pages, int write, int force, struct page **pages) get_user_pages_unlocked() argument
H A Dpage-writeback.c278 unsigned long nr_pages; zone_dirtyable_memory() local
1969 int nr_pages = global_page_state(NR_FILE_DIRTY) + laptop_mode_timer_fn() local
2151 int nr_pages; write_cache_pages() local
H A Dswapfile.c161 discard_swap_cluster(struct swap_info_struct *si, pgoff_t start_page, pgoff_t nr_pages) discard_swap_cluster() argument
1689 add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, unsigned long nr_pages, sector_t start_block) add_swap_extent() argument
H A Dvmalloc.c1584 unsigned int nr_pages, array_size, i; __vmalloc_area_node() local
/linux-4.4.14/include/linux/
H A Dmm_inline.h28 int nr_pages = hpage_nr_pages(page); add_page_to_lru_list() local
31 __mod_zone_page_state(lruvec_zone(lruvec), NR_LRU_BASE + lru, nr_pages); add_page_to_lru_list() local
37 int nr_pages = hpage_nr_pages(page); del_page_from_lru_list() local
H A Dquicklist.h18 int nr_pages; member in struct:quicklist
H A Dhugetlb_cgroup.h85 hugetlb_cgroup_charge_cgroup(int idx, unsigned long nr_pages, hugetlb_cgroup_charge_cgroup() argument
92 hugetlb_cgroup_commit_charge(int idx, unsigned long nr_pages, hugetlb_cgroup_commit_charge() argument
100 hugetlb_cgroup_uncharge_page(int idx, unsigned long nr_pages, struct page *page) hugetlb_cgroup_uncharge_page() argument
106 hugetlb_cgroup_uncharge_cgroup(int idx, unsigned long nr_pages, hugetlb_cgroup_uncharge_cgroup() argument
H A Dsplice.h56 int nr_pages; /* number of populated pages in map */ member in struct:splice_pipe_desc
H A Dvmalloc.h37 unsigned int nr_pages; member in struct:vm_struct
H A Dvmstat.h257 static inline void __mod_zone_freepage_state(struct zone *zone, int nr_pages, __mod_zone_freepage_state() argument
H A Dscif.h112 int nr_pages; member in struct:scif_range
H A Dmemory.h50 unsigned long nr_pages; member in struct:memory_notify
65 unsigned int nr_pages; /* # pages in range to check */ member in struct:memory_isolate_notify
H A Dmemory_hotplug.h259 static inline int offline_pages(unsigned long start_pfn, unsigned long nr_pages) offline_pages() argument
251 is_mem_section_removable(unsigned long pfn, unsigned long nr_pages) is_mem_section_removable() argument
H A Dfscache.h591 fscache_read_or_alloc_pages(struct fscache_cookie *cookie, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages, fscache_rw_complete_t end_io_func, void *context, gfp_t gfp) fscache_read_or_alloc_pages() argument
H A Dswap.h131 pgoff_t nr_pages; member in struct:swap_extent
/linux-4.4.14/drivers/firmware/efi/libstub/
H A Darm64-stub.c26 unsigned long nr_pages; handle_kernel_image() local
H A Defi-stub-helper.c148 unsigned long nr_pages; efi_high_alloc() local
234 unsigned long nr_pages; efi_low_alloc() local
299 unsigned long nr_pages; efi_free() local
555 unsigned long nr_pages; efi_relocate_kernel() local
/linux-4.4.14/fs/9p/
H A Dcache.h74 v9fs_readpages_from_fscache(struct inode *inode, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages) v9fs_readpages_from_fscache() argument
130 v9fs_readpages_from_fscache(struct inode *inode, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages) v9fs_readpages_from_fscache() argument
H A Dcache.c159 int loop, nr_pages; v9fs_cache_inode_now_uncached() local
355 __v9fs_readpages_from_fscache(struct inode *inode, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages) __v9fs_readpages_from_fscache() argument
H A Dvfs_addr.c111 v9fs_vfs_readpages(struct file *filp, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) v9fs_vfs_readpages() argument
/linux-4.4.14/include/media/
H A Dvideobuf-dma-sg.h66 int nr_pages; member in struct:videobuf_dmabuf
/linux-4.4.14/drivers/gpu/drm/virtio/
H A Dvirtgpu_object.c124 int nr_pages = bo->tbo.num_pages; virtio_gpu_object_get_sg_table() local
/linux-4.4.14/fs/afs/
H A Dfile.c240 afs_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) afs_readpages() argument
H A Dcache.c375 int loop, nr_pages; afs_vnode_cache_now_uncached() local
/linux-4.4.14/fs/btrfs/tests/
H A Dextent-io-tests.c35 unsigned long nr_pages = end_index - index + 1; process_page_range() local
/linux-4.4.14/fs/ceph/
H A Dcache.h131 ceph_readpages_from_fscache(struct inode *inode, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages) ceph_readpages_from_fscache() argument
H A Dcache.c151 int loop, nr_pages; ceph_fscache_inode_now_uncached() local
279 ceph_readpages_from_fscache(struct inode *inode, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages) ceph_readpages_from_fscache() argument
H A Daddr.c324 int nr_pages = 0; start_read() local
401 ceph_readpages(struct file *file, struct address_space *mapping, struct list_head *page_list, unsigned nr_pages) ceph_readpages() argument
/linux-4.4.14/fs/cifs/
H A Dfscache.h77 cifs_readpages_from_fscache(struct inode *inode, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages) cifs_readpages_from_fscache() argument
131 cifs_readpages_from_fscache(struct inode *inode, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages) cifs_readpages_from_fscache() argument
H A Dfscache.c184 __cifs_readpages_from_fscache(struct inode *inode, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages) __cifs_readpages_from_fscache() argument
H A Dcache.c300 int loop, nr_pages; cifs_fscache_inode_now_uncached() local
/linux-4.4.14/arch/s390/mm/
H A Dinit.c155 unsigned long nr_pages; arch_add_memory() local
H A Dgup.c176 int __get_user_pages_fast(unsigned long start, int nr_pages, int write, __get_user_pages_fast() argument
230 int get_user_pages_fast(unsigned long start, int nr_pages, int write, get_user_pages_fast() argument
/linux-4.4.14/arch/arm/xen/
H A Dp2m.c23 unsigned long nr_pages; member in struct:xen_p2m_entry
119 __set_phys_to_machine_multi(unsigned long pfn, unsigned long mfn, unsigned long nr_pages) __set_phys_to_machine_multi() argument
/linux-4.4.14/arch/arm/mach-rpc/include/mach/
H A Duncompress.h23 unsigned long nr_pages; member in struct:param_struct
119 unsigned int nr_pages = 0, page_size = PAGE_SIZE; arch_decomp_setup() local
/linux-4.4.14/net/ipv4/
H A Dtcp_memcontrol.c57 static int tcp_update_limit(struct mem_cgroup *memcg, unsigned long nr_pages) tcp_update_limit() argument
119 unsigned long nr_pages; tcp_cgroup_write() local
/linux-4.4.14/net/rds/
H A Dinfo.c163 unsigned long nr_pages = 0; rds_info_getsockopt() local
H A Drdma.c157 static int rds_pin_pages(unsigned long user_addr, unsigned int nr_pages, rds_pin_pages() argument
177 unsigned int nr_pages; __rds_rdma_map() local
488 unsigned int nr_pages; rds_rdma_pages() local
515 unsigned int nr_pages; rds_rdma_extra_size() local
552 int nr_pages; rds_cmsg_rdma_args() local
/linux-4.4.14/tools/testing/selftests/vm/
H A Dtranshuge-stress.c104 int nr_succeed = 0, nr_failed = 0, nr_pages = 0; main() local
H A Duserfaultfd.c71 static unsigned long nr_cpus, nr_pages, nr_pages_per_cpu, page_size; variable
/linux-4.4.14/drivers/misc/mic/scif/
H A Dscif_rma_list.c203 scif_rma_list_unregister(struct scif_window *window, s64 offset, int nr_pages) scif_rma_list_unregister() argument
H A Dscif_mmap.c227 int nr_pages, err, i; scif_get_pages() local
555 int nr_pages = (vma->vm_end - vma->vm_start) >> PAGE_SHIFT; scif_munmap() local
617 int nr_pages = (vma->vm_end - vma->vm_start) >> PAGE_SHIFT; scif_mmap() local
381 scif_rma_list_mmap(struct scif_window *start_window, s64 offset, int nr_pages, struct vm_area_struct *vma) scif_rma_list_mmap() argument
458 scif_rma_list_munmap(struct scif_window *start_window, s64 offset, int nr_pages) scif_rma_list_munmap() argument
H A Dscif_rma.c88 scif_create_pinned_pages(int nr_pages, int prot) scif_create_pinned_pages() argument
146 struct scif_window *scif_create_window(struct scif_endpt *ep, int nr_pages, scif_create_window() argument
195 int nr_pages = window->nr_pages; scif_destroy_incomplete_window() local
323 int nr_pages = window->nr_pages; scif_destroy_window() local
370 int nr_pages = window->nr_pages; scif_create_remote_lookup() local
480 scif_create_remote_window(struct scif_dev *scifdev, int nr_pages) scif_create_remote_window() argument
1061 int nr_pages = msg->payload[1]; scif_alloc_req() local
1327 int nr_pages, err = 0, i; __scif_pin_pages() local
1722 int nr_pages, err; scif_unregister() local
272 __scif_dec_pinned_vm_lock(struct mm_struct *mm, int nr_pages, bool try_lock) __scif_dec_pinned_vm_lock() argument
291 __scif_check_inc_pinned_vm(struct mm_struct *mm, int nr_pages) __scif_check_inc_pinned_vm() argument
H A Dscif_rma.h187 s64 nr_pages; member in struct:scif_pinned_pages
243 s64 nr_pages; member in struct:scif_window
426 static inline void scif_get_window(struct scif_window *window, int nr_pages) scif_get_window() argument
431 static inline void scif_put_window(struct scif_window *window, int nr_pages) scif_put_window() argument
436 static inline void scif_set_window_ref(struct scif_window *window, int nr_pages) scif_set_window_ref() argument
/linux-4.4.14/drivers/edac/
H A Dcell_edac.c135 u32 nr_pages; cell_edac_init_csrows() local
H A Di82875p_edac.c351 u32 cumul_size, nr_pages; i82875p_init_csrows() local
H A Dx38_edac.c376 unsigned long nr_pages; x38_probe1() local
H A De7xxx_edac.c361 u32 dra, cumul_size, nr_pages; e7xxx_init_csrows() local
H A Dedac_mc.c741 u32 nr_pages = 0; edac_mc_add_mc_with_groups() local
H A Dedac_mc_sysfs.c187 u32 nr_pages = 0; csrow_size_show() local
399 int chan, nr_pages = 0; nr_pages_per_csrow() local
H A Di3000_edac.c317 unsigned long last_cumul_size, nr_pages; i3000_probe1() local
H A Di3200_edac.c395 unsigned long nr_pages; i3200_probe1() local
H A Di82975x_edac.c376 u32 cumul_size, nr_pages; i82975x_init_csrows() local
H A Die31200_edac.c406 unsigned long nr_pages; ie31200_probe1() local
H A Dppc4xx_edac.c902 u32 mbxcf, size, nr_pages; ppc4xx_edac_init_csrows() local
H A Damd64_edac.c2389 u32 cs_mode, nr_pages; get_csrow_nr_pages() local
2423 int nr_pages = 0; init_csrows() local
H A Dcpc925_edac.c335 unsigned long row_size, nr_pages, last_nr_pages = 0; cpc925_init_csrows() local
H A De752x_edac.c1077 u32 dra, drc, cumul_size, i, nr_pages; e752x_init_csrows() local
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_fbdev.c84 unsigned int nr_pages; exynos_drm_fbdev_update() local
H A Dexynos_drm_gem.c27 unsigned int nr_pages; exynos_drm_alloc_buf() local
/linux-4.4.14/arch/sparc/mm/
H A Dgup.c163 int __get_user_pages_fast(unsigned long start, int nr_pages, int write, __get_user_pages_fast() argument
193 int get_user_pages_fast(unsigned long start, int nr_pages, int write, get_user_pages_fast() argument
/linux-4.4.14/arch/alpha/mm/
H A Dinit.c192 unsigned long nr_pages = 0; callback_init() local
/linux-4.4.14/fs/ext4/
H A Dreadpage.c133 ext4_mpage_readpages(struct address_space *mapping, struct list_head *pages, struct page *page, unsigned nr_pages) ext4_mpage_readpages() argument
H A Dfile.c461 unsigned long nr_pages; ext4_find_unwritten_pgoff() local
/linux-4.4.14/fs/logfs/
H A Ddev_mtd.c183 __logfs_mtd_writeseg(struct super_block *sb, u64 ofs, pgoff_t index, size_t nr_pages) __logfs_mtd_writeseg() argument
H A Ddev_bdev.c74 __bdev_writeseg(struct super_block *sb, u64 ofs, pgoff_t index, size_t nr_pages) __bdev_writeseg() argument
166 do_erase(struct super_block *sb, u64 ofs, pgoff_t index, size_t nr_pages) do_erase() argument
/linux-4.4.14/arch/sh/mm/
H A Dgup.c163 int __get_user_pages_fast(unsigned long start, int nr_pages, int write, __get_user_pages_fast() argument
217 int get_user_pages_fast(unsigned long start, int nr_pages, int write, get_user_pages_fast() argument
H A Dinit.c492 unsigned long nr_pages = size >> PAGE_SHIFT; arch_add_memory() local
522 unsigned long nr_pages = size >> PAGE_SHIFT; arch_remove_memory() local
/linux-4.4.14/arch/mips/mm/
H A Dgup.c196 int __get_user_pages_fast(unsigned long start, int nr_pages, int write, __get_user_pages_fast() argument
263 int get_user_pages_fast(unsigned long start, int nr_pages, int write, get_user_pages_fast() argument
/linux-4.4.14/drivers/media/common/saa7146/
H A Dsaa7146_core.c149 static struct scatterlist* vmalloc_to_sg(unsigned char *virt, int nr_pages) vmalloc_to_sg() argument
251 int nr_pages = 0; saa7146_pgtable_build_single() local
/linux-4.4.14/drivers/mtd/devices/
H A Dsst25l.c60 unsigned nr_pages; member in struct:flash_info
H A Dmtd_dataflash.c622 static int add_dataflash_otp(struct spi_device *spi, char *name, int nr_pages, add_dataflash_otp() argument
696 unsigned nr_pages; member in struct:flash_info
680 add_dataflash(struct spi_device *spi, char *name, int nr_pages, int pagesize, int pageoffset) add_dataflash() argument
/linux-4.4.14/drivers/media/pci/cx23885/
H A Dcx23885-alsa.c83 static int cx23885_alsa_dma_init(struct cx23885_audio_dev *chip, int nr_pages) cx23885_alsa_dma_init() argument
/linux-4.4.14/drivers/iommu/
H A Ds390-iommu.c218 unsigned long irq_flags, nr_pages, i; s390_iommu_update_trans() local
/linux-4.4.14/drivers/media/v4l2-core/
H A Dvideobuf-dma-sg.c65 videobuf_vmalloc_to_sg(unsigned char *virt, int nr_pages) videobuf_vmalloc_to_sg() argument
95 videobuf_pages_to_sg(struct page **pages, int nr_pages, int offset, size_t size) videobuf_pages_to_sg() argument
209 videobuf_dma_init_kernel(struct videobuf_dmabuf *dma, int direction, int nr_pages) videobuf_dma_init_kernel() argument
269 videobuf_dma_init_overlay(struct videobuf_dmabuf *dma, int direction, dma_addr_t addr, int nr_pages) videobuf_dma_init_overlay() argument
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_prime.c678 struct sg_table *drm_prime_pages_to_sg(struct page **pages, unsigned int nr_pages) drm_prime_pages_to_sg() argument
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dintel_pt.h96 unsigned long nr_pages; member in struct:pt_buffer
H A Dperf_event_intel_bts.c51 unsigned int nr_pages; member in struct:bts_buffer
71 bts_buffer_setup_aux(int cpu, void **pages, int nr_pages, bool overwrite) bts_buffer_setup_aux() argument
H A Dperf_event_intel_pt.c820 static int pt_buffer_init_topa(struct pt_buffer *buf, unsigned long nr_pages, pt_buffer_init_topa() argument
865 pt_buffer_setup_aux(int cpu, void **pages, int nr_pages, bool snapshot) pt_buffer_setup_aux() argument
/linux-4.4.14/block/
H A Dbio-integrity.c276 unsigned int len, nr_pages; bio_integrity_prep() local
H A Dbio.c1129 int nr_pages = 0; bio_copy_user_iov() local
1254 int nr_pages = 0; bio_map_user_iov() local
1425 const int nr_pages = end - start; bio_map_kern() local
1499 int nr_pages = 0; bio_copy_kern() local
/linux-4.4.14/fs/fscache/
H A Dpage.c538 __fscache_read_or_alloc_pages(struct fscache_cookie *cookie, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages, fscache_rw_complete_t end_io_func, void *context, gfp_t gfp) __fscache_read_or_alloc_pages() argument
/linux-4.4.14/fs/hpfs/
H A Dfile.c127 hpfs_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) hpfs_readpages() argument
/linux-4.4.14/fs/jfs/
H A Dinode.c299 jfs_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) jfs_readpages() argument
/linux-4.4.14/fs/nfs/blocklayout/
H A Dextent_tree.c475 int nr_pages = DIV_ROUND_UP(buffer_size, PAGE_SIZE), i; ext_tree_free_commitdata() local
/linux-4.4.14/fs/nfs/
H A Dfscache-index.c266 int loop, nr_pages; nfs_fscache_inode_now_uncached() local
H A Dfscache.c366 __nfs_readpages_from_fscache(struct nfs_open_context *ctx, struct inode *inode, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages) __nfs_readpages_from_fscache() argument
H A Dfscache.h129 nfs_readpages_from_fscache(struct nfs_open_context *ctx, struct inode *inode, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages) nfs_readpages_from_fscache() argument
208 nfs_readpages_from_fscache(struct nfs_open_context *ctx, struct inode *inode, struct address_space *mapping, struct list_head *pages, unsigned *nr_pages) nfs_readpages_from_fscache() argument
H A Dread.c375 nfs_readpages(struct file *filp, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) nfs_readpages() argument
/linux-4.4.14/fs/btrfs/
H A Dlzo.c101 int nr_pages = 0; lzo_compress_pages() local
H A Dzlib.c88 int nr_pages = 0; zlib_compress_pages() local
H A Dcompression.c68 unsigned long nr_pages; member in struct:compressed_bio
230 unsigned long nr_pages = end_index - index + 1; end_compressed_writeback() local
451 unsigned long nr_pages = 0; add_ra_bio_pages() local
572 unsigned long nr_pages; btrfs_submit_compressed_read() local
326 btrfs_submit_compressed_write(struct inode *inode, u64 start, unsigned long len, u64 disk_start, unsigned long compressed_len, struct page **compressed_pages, unsigned long nr_pages) btrfs_submit_compressed_write() argument
H A Draid56.c141 int nr_pages; member in struct:btrfs_raid_bio
1511 int nr_pages = DIV_ROUND_UP(rbio->stripe_len, PAGE_CACHE_SIZE); raid56_rmw_stripe() local
1806 int nr_pages = DIV_ROUND_UP(rbio->stripe_len, PAGE_CACHE_SIZE); __raid_recover_end_io() local
2036 int nr_pages = DIV_ROUND_UP(rbio->stripe_len, PAGE_CACHE_SIZE); __raid56_parity_recover() local
/linux-4.4.14/fs/cachefiles/
H A Drdwr.c675 cachefiles_read_or_alloc_pages(struct fscache_retrieval *op, struct list_head *pages, unsigned *nr_pages, gfp_t gfp) cachefiles_read_or_alloc_pages() argument
827 cachefiles_allocate_pages(struct fscache_retrieval *op, struct list_head *pages, unsigned *nr_pages, gfp_t gfp) cachefiles_allocate_pages() argument
/linux-4.4.14/kernel/events/
H A Dinternal.h19 int nr_pages; /* nr of data pages */ member in struct:ring_buffer
H A Dring_buffer.c630 struct ring_buffer *rb_alloc(int nr_pages, long watermark, int cpu, int flags) rb_alloc() argument
736 struct ring_buffer *rb_alloc(int nr_pages, long watermark, int cpu, int flags) rb_alloc() argument
470 rb_alloc_aux(struct ring_buffer *rb, struct perf_event *event, pgoff_t pgoff, int nr_pages, long watermark, int flags) rb_alloc_aux() argument
/linux-4.4.14/fs/omfs/
H A Dfile.c292 omfs_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) omfs_readpages() argument
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c52 struct page *kvm_alloc_hpt(unsigned long nr_pages) kvm_alloc_hpt() argument
60 void kvm_release_hpt(struct page *page, unsigned long nr_pages) kvm_release_hpt() argument
/linux-4.4.14/arch/powerpc/mm/
H A Dinit_64.c394 unsigned int nr_pages = vmemmap_free() local
H A Dmem.c121 unsigned long nr_pages = size >> PAGE_SHIFT; arch_add_memory() local
140 unsigned long nr_pages = size >> PAGE_SHIFT; arch_remove_memory() local
170 walk_system_ram_range(unsigned long start_pfn, unsigned long nr_pages, walk_system_ram_range() argument
/linux-4.4.14/arch/sh/kernel/cpu/sh4/
H A Dsq.c375 unsigned int nr_pages = 0x04000000 >> PAGE_SHIFT; sq_api_init() local
/linux-4.4.14/arch/arm/kernel/
H A Datags_compat.c46 unsigned long nr_pages; /* 4 */ member in struct:param_struct::__anon196::__anon197
/linux-4.4.14/drivers/lightnvm/
H A Drrpc.h96 unsigned long long nr_pages; member in struct:rrpc
H A Drrpc.c823 uint8_t nr_pages = rrpc_get_pages(bio); rrpc_submit_io() local
/linux-4.4.14/drivers/gpu/drm/savage/
H A Dsavage_bci.c367 unsigned int nr_pages = (n - rest + SAVAGE_DMA_PAGE_SIZE - 1) / savage_dma_alloc() local
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c305 u32 nr_pages, size, i, j, k = 0; bnxt_alloc_vf_resources() local
/linux-4.4.14/drivers/block/
H A Dbrd.c165 int nr_pages; brd_free_pages() local
/linux-4.4.14/fs/
H A Dmpage.c140 do_mpage_readpage(struct bio *bio, struct page *page, unsigned nr_pages, do_mpage_readpage() argument
356 mpage_readpages(struct address_space *mapping, struct list_head *pages, unsigned nr_pages, get_block_t get_block) mpage_readpages() argument
H A Dblock_dev.c307 blkdev_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) blkdev_readpages() argument
H A Ddirect-io.c660 int ret, nr_pages; dio_new_bio() local
H A Dpipe.c1000 static long pipe_set_size(struct pipe_inode_info *pipe, unsigned long nr_pages) pipe_set_size() argument
1052 unsigned long nr_pages; round_pipe_size() local
1098 unsigned int size, nr_pages; pipe_fcntl() local
H A Dsplice.c312 unsigned int loff, nr_pages, req_pages; __generic_file_splice_read() local
611 unsigned int nr_pages; default_file_splice_read() local
H A Dfs-writeback.c46 long nr_pages; member in struct:wb_writeback_work
757 static long wb_split_bdi_pages(struct bdi_writeback *wb, long nr_pages) wb_split_bdi_pages() argument
802 long nr_pages; bdi_split_work_to_wbs() local
905 static long wb_split_bdi_pages(struct bdi_writeback *wb, long nr_pages) wb_split_bdi_pages() argument
924 void wb_start_writeback(struct bdi_writeback *wb, long nr_pages, wb_start_writeback() argument
1617 static long writeback_inodes_wb(struct bdi_writeback *wb, long nr_pages, writeback_inodes_wb() argument
1658 long nr_pages = work->nr_pages; wb_writeback() local
1801 long nr_pages; wb_check_old_data_flush() local
1912 void wakeup_flusher_threads(long nr_pages, enum wb_reason reason) wakeup_flusher_threads() argument
H A Daio.c116 long nr_pages; member in struct:kioctx
205 static struct file *aio_private_file(struct kioctx *ctx, loff_t nr_pages) aio_private_file() argument
442 int nr_pages; aio_setup_ring() local
/linux-4.4.14/fs/proc/
H A Dkcore.c168 unsigned long nr_pages = ent->size >> PAGE_SHIFT; get_sparsemem_vmemmap_info() local
206 kclist_add_private(unsigned long pfn, unsigned long nr_pages, void *arg) kclist_add_private() argument
/linux-4.4.14/include/scsi/
H A Dosd_ore.h132 unsigned nr_pages; member in struct:ore_io_state
/linux-4.4.14/arch/s390/pci/
H A Dpci_dma.c135 unsigned int nr_pages = PAGE_ALIGN(size) >> PAGE_SHIFT; dma_update_trans() local
288 unsigned long nr_pages, iommu_page_index; s390_dma_map_pages() local
/linux-4.4.14/drivers/xen/
H A Dballoon.c412 static enum bp_state increase_reservation(unsigned long nr_pages) increase_reservation() argument
483 static enum bp_state decrease_reservation(unsigned long nr_pages, gfp_t gfp) decrease_reservation() argument
613 static int add_ballooned_pages(int nr_pages) add_ballooned_pages() argument
641 int alloc_xenballooned_pages(int nr_pages, struct page **pages) alloc_xenballooned_pages() argument
686 void free_xenballooned_pages(int nr_pages, struct page **pages) free_xenballooned_pages() argument
H A Dprivcmd.c425 unsigned long nr_pages; privcmd_ioctl_mmap_batch() local
638 privcmd_vma_range_is_mapped( struct vm_area_struct *vma, unsigned long addr, unsigned long nr_pages) privcmd_vma_range_is_mapped() argument
H A Dswiotlb-xen.c115 int nr_pages; check_pages_physically_contiguous() local
/linux-4.4.14/drivers/target/
H A Dtarget_core_pscsi.c886 int nr_pages = (cmd->data_length + sgl[0].offset + pscsi_map_sg() local
/linux-4.4.14/drivers/video/fbdev/
H A Dxen-fbfront.c46 int nr_pages; member in struct:xenfb_info
H A Dpvr2fb.c679 unsigned int nr_pages; pvr2fb_write() local
/linux-4.4.14/drivers/md/
H A Ddm-kcopyd.c285 static int client_reserve_pages(struct dm_kcopyd_client *kc, unsigned nr_pages) client_reserve_pages() argument
521 unsigned nr_pages = dm_div_up(job->dests[0].count, PAGE_SIZE >> 9); run_pages_job() local
/linux-4.4.14/drivers/media/pci/cx25821/
H A Dcx25821-alsa.c70 int nr_pages; member in struct:cx25821_audio_buffer
147 static int cx25821_alsa_dma_init(struct cx25821_audio_dev *chip, int nr_pages) cx25821_alsa_dma_init() argument
/linux-4.4.14/drivers/media/pci/cx88/
H A Dcx88-alsa.c68 int nr_pages; member in struct:cx88_audio_buffer
294 static int cx88_alsa_dma_init(struct cx88_audio_dev *chip, int nr_pages) cx88_alsa_dma_init() argument
/linux-4.4.14/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c268 static int saa7134_alsa_dma_init(struct saa7134_dev *dev, int nr_pages) saa7134_alsa_dma_init() argument
/linux-4.4.14/drivers/misc/genwqe/
H A Dcard_utils.c520 static int free_user_pages(struct page **page_list, unsigned int nr_pages, free_user_pages() argument
H A Dcard_base.h181 unsigned int nr_pages; /* number of pages */ member in struct:dma_mapping
360 unsigned long nr_pages; member in struct:genwqe_sgl
/linux-4.4.14/drivers/base/
H A Dmemory.c228 unsigned long nr_pages = PAGES_PER_SECTION * sections_per_block; memory_block_action() local
391 unsigned long nr_pages = PAGES_PER_SECTION * sections_per_block; show_valid_zones() local
H A Dfirmware_class.c149 int nr_pages; member in struct:firmware_buf
/linux-4.4.14/arch/tile/mm/
H A Dinit.c871 unsigned long nr_pages = size >> PAGE_SHIFT; arch_add_memory() local
/linux-4.4.14/arch/x86/kernel/
H A De820.c1129 u64 nr_pages = 0, nr_free_pages = 0; memblock_find_dma_reserve() local
/linux-4.4.14/arch/x86/xen/
H A Dsetup.c454 static unsigned long __init xen_foreach_remap_area(unsigned long nr_pages, xen_foreach_remap_area() argument
253 xen_set_identity_and_release_chunk(unsigned long start_pfn, unsigned long end_pfn, unsigned long nr_pages) xen_set_identity_and_release_chunk() argument
388 xen_set_identity_and_remap_chunk( unsigned long start_pfn, unsigned long end_pfn, unsigned long nr_pages, unsigned long remap_pfn) xen_set_identity_and_remap_chunk() argument
444 xen_count_remap_pages( unsigned long start_pfn, unsigned long end_pfn, unsigned long nr_pages, unsigned long remap_pages) xen_count_remap_pages() argument
/linux-4.4.14/fs/gfs2/
H A Daops.c350 int nr_pages; gfs2_write_cache_jdata() local
233 gfs2_write_jdata_pagevec(struct address_space *mapping, struct writeback_control *wbc, struct pagevec *pvec, int nr_pages, pgoff_t end, pgoff_t *done_index) gfs2_write_jdata_pagevec() argument
607 gfs2_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) gfs2_readpages() argument
/linux-4.4.14/fs/nilfs2/
H A Dinode.c169 nilfs_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) nilfs_readpages() argument
/linux-4.4.14/fs/exofs/
H A Dinode.c57 unsigned nr_pages; member in struct:page_collect
473 exofs_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) exofs_readpages() argument
/linux-4.4.14/kernel/power/
H A Dhibernate.c236 swsusp_show_speed(ktime_t start, ktime_t stop, unsigned nr_pages, char *msg) swsusp_show_speed() argument
H A Dswap.c519 int nr_pages; save_image() local
655 int nr_pages; save_image_lzo() local
868 static int enough_swap(unsigned int nr_pages, unsigned int flags) enough_swap() argument
1048 unsigned nr_pages; load_image() local
1149 unsigned nr_pages; load_image_lzo() local
/linux-4.4.14/fs/ntfs/
H A Dcompress.c517 unsigned int nr_pages = (end_vcn - start_vcn) << ntfs_read_compressed_block() local
H A Dfile.c1700 static size_t ntfs_copy_from_user_iter(struct page **pages, unsigned nr_pages, ntfs_copy_from_user_iter() argument
1758 unsigned nr_pages; ntfs_perform_write() local
508 __ntfs_grab_cache_pages(struct address_space *mapping, pgoff_t index, const unsigned nr_pages, struct page **pages, struct page **cached_page) __ntfs_grab_cache_pages() argument
584 ntfs_prepare_pages_for_non_resident_write(struct page **pages, unsigned nr_pages, s64 pos, size_t bytes) ntfs_prepare_pages_for_non_resident_write() argument
1375 ntfs_flush_dcache_pages(struct page **pages, unsigned nr_pages) ntfs_flush_dcache_pages() argument
1399 ntfs_commit_pages_after_non_resident_write( struct page **pages, const unsigned nr_pages, s64 pos, size_t bytes) ntfs_commit_pages_after_non_resident_write() argument
1554 ntfs_commit_pages_after_write(struct page **pages, const unsigned nr_pages, s64 pos, size_t bytes) ntfs_commit_pages_after_write() argument
/linux-4.4.14/fs/qnx6/
H A Dinode.c101 qnx6_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) qnx6_readpages() argument
/linux-4.4.14/arch/ia64/mm/
H A Dinit.c653 unsigned long nr_pages = size >> PAGE_SHIFT; arch_add_memory() local
673 unsigned long nr_pages = size >> PAGE_SHIFT; arch_remove_memory() local
/linux-4.4.14/drivers/xen/xenbus/
H A Dxenbus_client.c634 unsigned int nr_pages = XENBUS_PAGES(nr_grefs); xenbus_map_ring_valloc_hvm() local
836 unsigned int nr_pages; xenbus_unmap_ring_vfree_hvm() local
380 xenbus_grant_ring(struct xenbus_device *dev, void *vaddr, unsigned int nr_pages, grant_ref_t *grefs) xenbus_grant_ring() argument
/linux-4.4.14/drivers/hwtracing/intel_th/
H A Dmsu.c113 unsigned long nr_pages; member in struct:msc
841 static int msc_buffer_multi_alloc(struct msc *msc, unsigned long *nr_pages, msc_buffer_multi_alloc() argument
892 static int msc_buffer_alloc(struct msc *msc, unsigned long *nr_pages, msc_buffer_alloc() argument
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.c107 int i, nr_pages; hw_queue_dtor() local
628 static int ehea_update_busmap(unsigned long pfn, unsigned long nr_pages, int add) ehea_update_busmap() argument
671 int ehea_add_sect_bmap(unsigned long pfn, unsigned long nr_pages) ehea_add_sect_bmap() argument
681 int ehea_rem_sect_bmap(unsigned long pfn, unsigned long nr_pages) ehea_rem_sect_bmap() argument
709 unsigned long pfn, start_pfn, end_pfn, nr_pages; ehea_create_busmap_callback() local
377 ehea_qp_alloc_register(struct ehea_qp *qp, struct hw_queue *hw_queue, int nr_pages, int wqe_size, int act_nr_sges, struct ehea_adapter *adapter, int h_call_q_selector) ehea_qp_alloc_register() argument
H A Dehea.h260 u32 nr_pages; member in struct:ehea_eq_attr
305 u32 nr_pages; member in struct:ehea_cq_attr
/linux-4.4.14/arch/tile/kernel/
H A Dpci_gx.c985 unsigned long nr_pages = end_pfn - start_pfn; for_each_online_node() local
/linux-4.4.14/fs/f2fs/
H A Dcheckpoint.c289 int i, nr_pages; sync_meta_pages() local
H A Ddata.c1214 int nr_pages; f2fs_write_cache_pages() local
873 f2fs_mpage_readpages(struct address_space *mapping, struct list_head *pages, struct page *page, unsigned nr_pages) f2fs_mpage_readpages() argument
1029 f2fs_read_data_pages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) f2fs_read_data_pages() argument
H A Dfile.c294 int nr_pages; __get_first_dirty_index() local
H A Dnode.c1168 int i, nr_pages; sync_node_pages() local
1266 int i, nr_pages; wait_on_node_pages_writeback() local
/linux-4.4.14/fs/ext2/
H A Dinode.c797 ext2_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) ext2_readpages() argument
/linux-4.4.14/kernel/
H A Drelay.c1215 unsigned int pidx, poff, total_len, subbuf_pages, nr_pages; subbuf_splice_actor() local
H A Dresource.c453 int walk_system_ram_range(unsigned long start_pfn, unsigned long nr_pages, walk_system_ram_range() argument
481 static int __is_ram(unsigned long pfn, unsigned long nr_pages, void *arg) __is_ram() argument
/linux-4.4.14/fs/xfs/
H A Dxfs_aops.c1924 xfs_vm_readpages( struct file *unused, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) xfs_vm_readpages() argument
H A Dxfs_buf.c1138 int nr_pages; xfs_buf_ioapply_map() local
H A Dxfs_file.c1208 unsigned nr_pages; xfs_find_get_desired_pgoff() local
/linux-4.4.14/arch/s390/kvm/
H A Dgaccess.c758 unsigned long _len, nr_pages, gpa, idx; access_guest() local
713 guest_page_range(struct kvm_vcpu *vcpu, unsigned long ga, unsigned long *pages, unsigned long nr_pages, const union asce asce, int write) guest_page_range() argument
/linux-4.4.14/arch/arm64/mm/
H A Ddma-mapping.c311 unsigned long nr_pages = PAGE_ALIGN(size) >> PAGE_SHIFT; __swiotlb_mmap() local
364 unsigned long nr_pages = atomic_pool_size >> PAGE_SHIFT; atomic_pool_init() local
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
H A Dosc_cache.c838 int nr_pages = ext->oe_nr_pages; osc_extent_finish() local
961 int nr_pages = 0; osc_extent_truncate() local
1446 static void osc_free_grant(struct client_obd *cli, unsigned int nr_pages, osc_free_grant() argument
/linux-4.4.14/drivers/mtd/
H A Dmtdswap.c1191 mtdswap_discard(struct mtd_blktrans_dev *dev, unsigned long first, unsigned nr_pages) mtdswap_discard() argument
/linux-4.4.14/fs/fat/
H A Dinode.c193 fat_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) fat_readpages() argument
/linux-4.4.14/fs/fuse/
H A Dfile.c825 unsigned nr_pages; member in struct:fuse_fill_data
1113 unsigned nr_pages = fuse_wr_pages(pos, iov_iter_count(ii)); fuse_perform_write() local
869 fuse_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) fuse_readpages() argument
1225 fuse_page_descs_length_init(struct fuse_req *req, unsigned index, unsigned nr_pages) fuse_page_descs_length_init() argument
/linux-4.4.14/fs/isofs/
H A Dinode.c1122 isofs_readpages(struct file *file, struct address_space *mapping, struct list_head *pages, unsigned nr_pages) isofs_readpages() argument
/linux-4.4.14/include/xen/interface/
H A Dxen.h621 unsigned long nr_pages; /* Total pages allocated to this domain. */ member in struct:start_info

Completed in 8725 milliseconds

12