Home
last modified time | relevance | path

Searched refs:pg_count (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/include/linux/
H A Dagpgart.h53 size_t pg_count; /* number of pages */ member
59 size_t pg_count; member
71 size_t pg_count; /* number of pages */ member
H A Dnfs_page.h91 size_t pg_count; member
/openbmc/linux/drivers/char/agp/
H A Dcompat_ioctl.h60 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);
H A Dfrontend.c108 size_t pg_count; in agp_find_seg_in_client() local
111 pg_count = size / 4096; in agp_find_seg_in_client()
116 (seg[i].pg_count == pg_count) && in agp_find_seg_in_client()
180 seg[i].pg_count = user_seg[i].pg_count; in agp_create_segment()
276 struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type) in agp_allocate_memory_wrap() argument
280 memory = agp_allocate_memory(agp_bridge, pg_count, type); in agp_allocate_memory_wrap()
886 memory = agp_allocate_memory_wrap(alloc.pg_count, alloc.type); in agpioc_allocate_wrap()
H A Dcompat_ioctl.c124 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()
H A Dintel-gtt.c240 static struct agp_memory *alloc_agpphysmem_i8xx(size_t pg_count, int type) in alloc_agpphysmem_i8xx() argument
245 switch (pg_count) { in alloc_agpphysmem_i8xx()
259 new = agp_create_memory(pg_count); in alloc_agpphysmem_i8xx()
264 if (pg_count == 4) { in alloc_agpphysmem_i8xx()
270 new->page_count = pg_count; in alloc_agpphysmem_i8xx()
271 new->num_scratch_pages = pg_count; in alloc_agpphysmem_i8xx()
979 static struct agp_memory *intel_fake_agp_alloc_by_type(size_t pg_count, in intel_fake_agp_alloc_by_type() argument
985 if (pg_count != intel_private.num_dcache_entries) in intel_fake_agp_alloc_by_type()
993 new->page_count = pg_count; in intel_fake_agp_alloc_by_type()
999 return alloc_agpphysmem_i8xx(pg_count, type); in intel_fake_agp_alloc_by_type()
/openbmc/linux/arch/alpha/kernel/
H A Dpci_iommu.c841 p = iommu_arena_find_pages(NULL, arena, pg_count, align_mask); in iommu_reserve()
850 for (i = 0; i < pg_count; ++i) in iommu_reserve()
853 arena->next_entry = p + pg_count; in iommu_reserve()
860 iommu_release(struct pci_iommu_arena *arena, long pg_start, long pg_count) in iommu_release() argument
870 for(i = pg_start; i < pg_start + pg_count; i++) in iommu_release()
874 iommu_arena_free(arena, pg_start, pg_count); in iommu_release()
879 iommu_bind(struct pci_iommu_arena *arena, long pg_start, long pg_count, in iommu_bind() argument
892 for(j = pg_start; j < pg_start + pg_count; j++) { in iommu_bind()
899 for(i = 0, j = pg_start; i < pg_count; i++, j++) in iommu_bind()
908 iommu_unbind(struct pci_iommu_arena *arena, long pg_start, long pg_count) in iommu_unbind() argument
[all …]
H A Dcore_titan.c586 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()
H A Dcore_marvel.c856 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()
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c70 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()
263 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_alloc_init_hwq()
292 i = hwq->pbl[PBL_LVL_2].pg_count; in bnxt_qplib_alloc_init_hwq()
331 i = hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_alloc_init_hwq()
427 int pg_count; in bnxt_qplib_map_tqm_pgtbl() local
440 pg_count = tbl->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_map_tqm_pgtbl()
[all …]
H A Dqplib_res.h135 u32 pg_count; member
H A Dmain.c1183 rattr.pages = nq->hwq.pbl[rdev->nq[i].hwq.level].pg_count; in bnxt_re_alloc_res()
1501 rattr.pages = creq->hwq.pbl[creq->hwq.level].pg_count; in bnxt_re_dev_init()
/openbmc/linux/include/uapi/linux/
H A Dagpgart.h81 __kernel_size_t pg_count; /* number of pages */ member
93 __kernel_size_t pg_count;/* number of pages */ member
/openbmc/linux/fs/nfs/
H A Dpagelist.c106 hdr->good_bytes = mirror->pg_count; in nfs_pgheader_init()
731 if (mirror->pg_count > mirror->pg_bsize) { in nfs_generic_pg_test()
741 if (((mirror->pg_count + req->wb_bytes) >> PAGE_SHIFT) * in nfs_generic_pg_test()
745 return min(mirror->pg_bsize - mirror->pg_count, (size_t)req->wb_bytes); in nfs_generic_pg_test()
912 mirror->pg_count = 0; in nfs_pageio_mirror_init()
999 pagecount = nfs_page_array_len(pg_base, mirror->pg_count); in nfs_generic_pgio()
1050 nfs_pgio_rpcsetup(hdr, pg_base, mirror->pg_count, desc->pg_ioflags, in nfs_generic_pgio()
1221 mirror->pg_count = 0; in nfs_pageio_do_add_request()
1238 mirror->pg_count += req->wb_bytes; in nfs_pageio_do_add_request()
1254 mirror->pg_bytes_written += mirror->pg_count; in nfs_pageio_doio()
/openbmc/linux/drivers/hv/
H A Dhv_balloon.c858 unsigned long pg_count) in handle_pg_range() argument
861 unsigned long pfn_cnt = pg_count; in handle_pg_range()
868 pr_debug("Hot adding %lu pages starting at pfn 0x%lx.\n", pg_count, in handle_pg_range()
/openbmc/linux/drivers/md/
H A Ddm-mpath.c1192 unsigned int pg_count = 0; in multipath_ctr() local
1247 pg_count++; in multipath_ctr()
1248 pg->pg_num = pg_count; in multipath_ctr()
1253 if (pg_count != m->nr_priority_groups) { in multipath_ctr()