Searched refs:pg_count (Results 1 – 6 of 6) sorted by relevance
60 compat_size_t pg_count; /* number of pages */ member72 compat_size_t pg_count; /* number of pages */ member102 struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type);
108 size_t pg_count; in agp_find_seg_in_client() local111 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() argument281 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()
239 static struct agp_memory *alloc_agpphysmem_i8xx(size_t pg_count, int type) in alloc_agpphysmem_i8xx() argument244 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() argument967 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()
120 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()
849 unsigned pg_count = 0; in multipath_ctr() local896 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()
707 unsigned long pg_count) in handle_pg_range() argument710 unsigned long pfn_cnt = pg_count; in handle_pg_range()