Home
last modified time | relevance | path

Searched refs:this_size (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/sh/kernel/
Dpci-sd0001.c582 unsigned long this_size; in sd0001_ioremap() local
584 this_size = 0x100000 - (phys_addr & 0xfffff); in sd0001_ioremap()
585 this_size = min(this_size, size); in sd0001_ioremap()
588 unmunge(phys_addr), this_size, in sd0001_ioremap()
593 size -= this_size; in sd0001_ioremap()
594 phys_addr += this_size; in sd0001_ioremap()
595 addr += this_size; in sd0001_ioremap()
/linux-2.4.37.9/fs/partitions/
Dmsdos.c117 unsigned long first_sector, this_sector, this_size; in extended_partition() local
125 this_size = first_size; in extended_partition()
164 if (offs + size > this_size) in extended_partition()
202 this_size = NR_SECTS(p) * sector_size; in extended_partition()