Searched refs:pg_count (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/include/linux/ |
D | agpgart.h | 55 size_t pg_count; /* number of pages */ member 61 size_t pg_count; member 73 size_t pg_count; /* number of pages */ member
|
D | nfs_page.h | 83 size_t pg_count; member
|
/linux-4.19.296/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 | 107 size_t pg_count; in agp_find_seg_in_client() local 110 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 | 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()
|
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()
|
/linux-4.19.296/include/uapi/linux/ |
D | agpgart.h | 82 __kernel_size_t pg_count; /* number of pages */ member 94 __kernel_size_t pg_count;/* number of pages */ member
|
/linux-4.19.296/fs/nfs/ |
D | pagelist.c | 52 hdr->good_bytes = mirror->pg_count; in nfs_pgheader_init() 496 if (mirror->pg_count > mirror->pg_bsize) { in nfs_generic_pg_test() 506 if (((mirror->pg_count + req->wb_bytes) >> PAGE_SHIFT) * in nfs_generic_pg_test() 510 return min(mirror->pg_bsize - mirror->pg_count, (size_t)req->wb_bytes); in nfs_generic_pg_test() 685 mirror->pg_count = 0; in nfs_pageio_mirror_init() 772 pagecount = nfs_page_array_len(mirror->pg_base, mirror->pg_count); in nfs_generic_pgio() 815 nfs_pgio_rpcsetup(hdr, mirror->pg_count, desc->pg_ioflags, &cinfo); in nfs_generic_pgio() 967 if (mirror->pg_count != 0) { in nfs_pageio_do_add_request() 979 mirror->pg_count += req->wb_bytes; in nfs_pageio_do_add_request() 995 mirror->pg_bytes_written += mirror->pg_count; in nfs_pageio_doio() [all …]
|