Home
last modified time | relevance | path

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

/drivers/char/agp/
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);
Dfrontend.c108 size_t pg_count; in agp_find_seg_in_client() local
111 pg_count = size / 4096; in agp_find_seg_in_client()
117 (seg[i].pg_count == pg_count) && in agp_find_seg_in_client()
181 seg[i].pg_count = user_seg[i].pg_count; in agp_create_segment()
277 struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type) in agp_allocate_memory_wrap() argument
281 memory = agp_allocate_memory(agp_bridge, pg_count, type); in agp_allocate_memory_wrap()
897 memory = agp_allocate_memory_wrap(alloc.pg_count, alloc.type); in agpioc_allocate_wrap()
Dintel-gtt.c239 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()
961 static struct agp_memory *intel_fake_agp_alloc_by_type(size_t pg_count, in intel_fake_agp_alloc_by_type() argument
967 if (pg_count != intel_private.num_dcache_entries) in intel_fake_agp_alloc_by_type()
975 new->page_count = pg_count; in intel_fake_agp_alloc_by_type()
981 return alloc_agpphysmem_i8xx(pg_count, type); in intel_fake_agp_alloc_by_type()
Dcompat_ioctl.c120 ksegment[seg].pg_count = usegment[seg].pg_count; in compat_agpioc_reserve_wrap()
157 memory = agp_allocate_memory_wrap(alloc.pg_count, alloc.type); in compat_agpioc_allocate_wrap()
/drivers/md/
Ddm-mpath.c849 unsigned pg_count = 0; in multipath_ctr() local
896 pg_count++; in multipath_ctr()
897 pg->pg_num = pg_count; in multipath_ctr()
902 if (pg_count != m->nr_priority_groups) { in multipath_ctr()
/drivers/hv/
Dhv_balloon.c707 unsigned long pg_count) in handle_pg_range() argument
710 unsigned long pfn_cnt = pg_count; in handle_pg_range()