Searched refs:map_count (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dmac.h13 __be32 map_count; /* # blocks in partition map */ member in struct:mac_partition
H A Dmac.c63 blocks_in_map = be32_to_cpu(part->map_count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmmap.c324 if (i != mm->map_count)
325 printk("map_count %d vm_next %d\n", mm->map_count, i), bug = 1;
327 if (i != mm->map_count)
328 printk("map_count %d rb %d\n", mm->map_count, i), bug = 1;
450 mm->map_count++;
468 mm->map_count++;
624 mm->map_count--;
904 if (mm->map_count > sysctl_max_map_coun
[all...]
H A Dmremap.c174 if (mm->map_count >= sysctl_max_map_count - 3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dtask_mmu.c418 if ((unsigned long)l < mm->map_count) {
425 if (l != mm->map_count)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvino.c212 unsigned int map_count; member in struct:vino_framebuffer
1420 if (q->buffer[i]->map_count > 0) {
3441 if (fb->map_count > 0)
3932 fb->map_count++;
3933 dprintk("vino_vm_open(): count = %d\n", fb->map_count);
3940 fb->map_count--;
3941 dprintk("vino_vm_close(): count = %d\n", fb->map_count);
4041 fb->map_count = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb_mixer.c755 int map_count,
768 for (idx = 0; idx < map_count; idx++) {
751 snd_sbmixer_init(struct snd_sb *chip, struct sbmix_elem **controls, int controls_count, unsigned char map[][2], int map_count, char *name) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dfork.c217 mm->map_count = 0;
280 mm->map_count++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A DdrmP.h679 int map_count; /**< Number of mappable regions */ member in struct:drm_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h384 int map_count; /* number of VMAs */ member in struct:mm_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_elf.c1508 * This is because those proceses that could possibly change map_count
1513 * the map_count or the pages allocated. So no possibility of crashing
1568 segs = current->mm->map_count;
H A Dbinfmt_elf_fdpic.c1568 * This is because those proceses that could possibly change map_count
1573 * the map_count or the pages allocated. So no possibility of crashing
1629 segs = current->mm->map_count;

Completed in 112 milliseconds