Searched refs:pg_count (Results 1 - 5 of 5) sorted by relevance

/drivers/char/agp/
H A Dcompat_ioctl.h60 compat_size_t pg_count; /* number of pages */ member in struct:agp_segment32
72 compat_size_t pg_count; /* number of pages */ member in struct:agp_allocate32
102 struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type);
H A Dcompat_ioctl.c120 ksegment[seg].pg_count = usegment[seg].pg_count;
157 memory = agp_allocate_memory_wrap(alloc.pg_count, alloc.type);
H A Dfrontend.c108 size_t pg_count; local
111 pg_count = size / 4096;
117 (seg[i].pg_count == pg_count) &&
181 seg[i].pg_count = user_seg[i].pg_count;
277 struct agp_memory *agp_allocate_memory_wrap(size_t pg_count, u32 type) argument
281 memory = agp_allocate_memory(agp_bridge, pg_count, type);
897 memory = agp_allocate_memory_wrap(alloc.pg_count, alloc.type);
H A Dintel-gtt.c237 static struct agp_memory *alloc_agpphysmem_i8xx(size_t pg_count, int type) argument
242 switch (pg_count) {
256 new = agp_create_memory(pg_count);
261 if (pg_count == 4) {
267 new->page_count = pg_count;
268 new->num_scratch_pages = pg_count;
1005 static struct agp_memory *intel_fake_agp_alloc_by_type(size_t pg_count, argument
1011 if (pg_count != intel_private.num_dcache_entries)
1019 new->page_count = pg_count;
1025 return alloc_agpphysmem_i8xx(pg_count, typ
[all...]
/drivers/md/
H A Ddm-mpath.c815 unsigned pg_count = 0; local
862 pg_count++;
863 pg->pg_num = pg_count;
868 if (pg_count != m->nr_priority_groups) {

Completed in 56 milliseconds