/linux-6.1.9/include/linux/ |
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
|
D | nfs_page.h | 87 size_t pg_count; member
|
/linux-6.1.9/drivers/infiniband/hw/bnxt_re/ |
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() 276 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_alloc_init_hwq() 294 for (i = 0; i < hwq->pbl[PBL_LVL_2].pg_count; i++) { in bnxt_qplib_alloc_init_hwq() 300 i = hwq->pbl[PBL_LVL_2].pg_count; in bnxt_qplib_alloc_init_hwq() 334 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; i++) in bnxt_qplib_alloc_init_hwq() [all …]
|
D | qplib_res.h | 117 u32 pg_count; member
|
D | main.c | 1041 rattr.pages = nq->hwq.pbl[rdev->nq[i].hwq.level].pg_count; in bnxt_re_alloc_res() 1445 rattr.pages = creq->hwq.pbl[creq->hwq.level].pg_count; in bnxt_re_dev_init()
|
/linux-6.1.9/drivers/char/agp/ |
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);
|
D | frontend.c | 108 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()
|
D | intel-gtt.c | 240 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()
|
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-6.1.9/arch/alpha/kernel/ |
D | pci_iommu.c | 827 iommu_reserve(struct pci_iommu_arena *arena, long pg_count, long align_mask) in iommu_reserve() argument 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() [all …]
|
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()
|
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-6.1.9/include/uapi/linux/ |
D | agpgart.h | 81 __kernel_size_t pg_count; /* number of pages */ member 93 __kernel_size_t pg_count;/* number of pages */ member
|
/linux-6.1.9/fs/nfs/ |
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() 815 mirror->pg_count = 0; in nfs_pageio_mirror_init() 900 pagecount = nfs_page_array_len(mirror->pg_base, mirror->pg_count); in nfs_generic_pgio() 941 nfs_pgio_rpcsetup(hdr, mirror->pg_count, desc->pg_ioflags, &cinfo); in nfs_generic_pgio() 1101 mirror->pg_count = 0; in nfs_pageio_do_add_request() 1118 mirror->pg_count += req->wb_bytes; in nfs_pageio_do_add_request() 1134 mirror->pg_bytes_written += mirror->pg_count; in nfs_pageio_doio()
|
/linux-6.1.9/drivers/hv/ |
D | hv_balloon.c | 853 unsigned long pg_count) in handle_pg_range() argument 856 unsigned long pfn_cnt = pg_count; in handle_pg_range() 863 pr_debug("Hot adding %lu pages starting at pfn 0x%lx.\n", pg_count, in handle_pg_range()
|
/linux-6.1.9/drivers/md/ |
D | dm-mpath.c | 1184 unsigned pg_count = 0; in multipath_ctr() local 1239 pg_count++; in multipath_ctr() 1240 pg->pg_num = pg_count; in multipath_ctr() 1245 if (pg_count != m->nr_priority_groups) { in multipath_ctr()
|