/linux/include/linux/ |
A D | agpgart.h | 53 size_t pg_count; /* number of pages */ member 59 size_t pg_count; member 71 size_t pg_count; /* number of pages */ member
|
A D | nfs_page.h | 87 size_t pg_count; member
|
/linux/drivers/infiniband/hw/bnxt_re/ |
A D | qplib_res.c | 70 for (i = 0; i < pbl->pg_count; i++) { in __free_pbl() 87 pbl->pg_count = 0; in __free_pbl() 100 pbl->pg_count++; in bnxt_qplib_fill_user_dma_pages() 131 pbl->pg_count = 0; in __alloc_pbl() 142 pbl->pg_count++; in __alloc_pbl() 271 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_alloc_init_hwq() 300 i = hwq->pbl[PBL_LVL_2].pg_count; in bnxt_qplib_alloc_init_hwq() 339 i = hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_alloc_init_hwq() 435 int pg_count; in bnxt_qplib_map_tqm_pgtbl() local 448 pg_count = tbl->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_map_tqm_pgtbl() [all …]
|
A D | qplib_res.h | 117 u32 pg_count; member
|
A D | main.c | 1042 rattr.pages = nq->hwq.pbl[rdev->nq[i].hwq.level].pg_count; in bnxt_re_alloc_res() 1446 rattr.pages = creq->hwq.pbl[creq->hwq.level].pg_count; in bnxt_re_dev_init()
|
/linux/arch/alpha/kernel/ |
A D | pci_iommu.c | 839 p = iommu_arena_find_pages(NULL, arena, pg_count, align_mask); in iommu_reserve() 848 for (i = 0; i < pg_count; ++i) in iommu_reserve() 851 arena->next_entry = p + pg_count; in iommu_reserve() 858 iommu_release(struct pci_iommu_arena *arena, long pg_start, long pg_count) in iommu_release() argument 868 for(i = pg_start; i < pg_start + pg_count; i++) in iommu_release() 872 iommu_arena_free(arena, pg_start, pg_count); in iommu_release() 877 iommu_bind(struct pci_iommu_arena *arena, long pg_start, long pg_count, in iommu_bind() argument 890 for(j = pg_start; j < pg_start + pg_count; j++) { in iommu_bind() 897 for(i = 0, j = pg_start; i < pg_count; i++, j++) in iommu_bind() 906 iommu_unbind(struct pci_iommu_arena *arena, long pg_start, long pg_count) in iommu_unbind() argument [all …]
|
A D | core_titan.c | 586 long pg_count; member 602 aper->pg_count = alpha_agpgart_size / PAGE_SIZE; in titan_agp_setup() 603 aper->pg_start = iommu_reserve(aper->arena, aper->pg_count, in titan_agp_setup() 604 aper->pg_count - 1); in titan_agp_setup() 613 agp->aperture.size = aper->pg_count * PAGE_SIZE; in titan_agp_setup() 625 status = iommu_release(aper->arena, aper->pg_start, aper->pg_count); in titan_agp_cleanup() 629 iommu_unbind(aper->arena, aper->pg_start, aper->pg_count); in titan_agp_cleanup() 631 aper->pg_count); in titan_agp_cleanup()
|
A D | core_marvel.c | 856 long pg_count; member 871 aper->pg_count = alpha_agpgart_size / PAGE_SIZE; in marvel_agp_setup() 872 aper->pg_start = iommu_reserve(aper->arena, aper->pg_count, in marvel_agp_setup() 873 aper->pg_count - 1); in marvel_agp_setup() 883 agp->aperture.size = aper->pg_count * PAGE_SIZE; in marvel_agp_setup() 895 status = iommu_release(aper->arena, aper->pg_start, aper->pg_count); in marvel_agp_cleanup() 899 iommu_unbind(aper->arena, aper->pg_start, aper->pg_count); in marvel_agp_cleanup() 901 aper->pg_count); in marvel_agp_cleanup()
|
/linux/drivers/char/agp/ |
A D | compat_ioctl.h | 60 compat_size_t pg_count; /* number of pages */ member 72 compat_size_t pg_count; /* number of pages */ member 102 struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type);
|
A D | frontend.c | 106 size_t pg_count; in agp_find_seg_in_client() local 109 pg_count = size / 4096; in agp_find_seg_in_client() 114 (seg[i].pg_count == pg_count) && in agp_find_seg_in_client() 178 seg[i].pg_count = user_seg[i].pg_count; in agp_create_segment() 274 struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type) in agp_allocate_memory_wrap() argument 278 memory = agp_allocate_memory(agp_bridge, pg_count, type); in agp_allocate_memory_wrap() 884 memory = agp_allocate_memory_wrap(alloc.pg_count, alloc.type); in agpioc_allocate_wrap()
|
A D | intel-gtt.c | 239 static struct agp_memory *alloc_agpphysmem_i8xx(size_t pg_count, int type) in alloc_agpphysmem_i8xx() argument 244 switch (pg_count) { in alloc_agpphysmem_i8xx() 258 new = agp_create_memory(pg_count); in alloc_agpphysmem_i8xx() 263 if (pg_count == 4) { in alloc_agpphysmem_i8xx() 269 new->page_count = pg_count; in alloc_agpphysmem_i8xx() 270 new->num_scratch_pages = pg_count; in alloc_agpphysmem_i8xx() 981 static struct agp_memory *intel_fake_agp_alloc_by_type(size_t pg_count, in intel_fake_agp_alloc_by_type() argument 987 if (pg_count != intel_private.num_dcache_entries) in intel_fake_agp_alloc_by_type() 995 new->page_count = pg_count; in intel_fake_agp_alloc_by_type() 1001 return alloc_agpphysmem_i8xx(pg_count, type); in intel_fake_agp_alloc_by_type()
|
A D | compat_ioctl.c | 124 ksegment[seg].pg_count = usegment[seg].pg_count; in compat_agpioc_reserve_wrap() 161 memory = agp_allocate_memory_wrap(alloc.pg_count, alloc.type); in compat_agpioc_allocate_wrap()
|
/linux/include/uapi/linux/ |
A D | agpgart.h | 82 __kernel_size_t pg_count; /* number of pages */ member 94 __kernel_size_t pg_count;/* number of pages */ member
|
/linux/fs/nfs/ |
A D | pagelist.c | 68 hdr->good_bytes = mirror->pg_count; in nfs_pgheader_init() 635 if (mirror->pg_count > mirror->pg_bsize) { in nfs_generic_pg_test() 645 if (((mirror->pg_count + req->wb_bytes) >> PAGE_SHIFT) * in nfs_generic_pg_test() 649 return min(mirror->pg_bsize - mirror->pg_count, (size_t)req->wb_bytes); in nfs_generic_pg_test() 812 mirror->pg_count = 0; in nfs_pageio_mirror_init() 897 pagecount = nfs_page_array_len(mirror->pg_base, mirror->pg_count); in nfs_generic_pgio() 938 nfs_pgio_rpcsetup(hdr, mirror->pg_count, desc->pg_ioflags, &cinfo); in nfs_generic_pgio() 1098 mirror->pg_count = 0; in nfs_pageio_do_add_request() 1115 mirror->pg_count += req->wb_bytes; in nfs_pageio_do_add_request() 1131 mirror->pg_bytes_written += mirror->pg_count; in nfs_pageio_doio()
|
/linux/drivers/hv/ |
A D | hv_balloon.c | 846 unsigned long pg_count) in handle_pg_range() argument 849 unsigned long pfn_cnt = pg_count; in handle_pg_range() 856 pr_debug("Hot adding %lu pages starting at pfn 0x%lx.\n", pg_count, in handle_pg_range()
|
/linux/drivers/md/ |
A D | dm-mpath.c | 1183 unsigned pg_count = 0; in multipath_ctr() local 1238 pg_count++; in multipath_ctr() 1239 pg->pg_num = pg_count; in multipath_ctr() 1244 if (pg_count != m->nr_priority_groups) { in multipath_ctr()
|