taglinefilesource code
total55arch/alpha/mm/init.cint i,free = 0,total = 0,reserved = 0;
total63arch/alpha/mm/init.ctotal++;
total71arch/alpha/mm/init.cprintk("%d pages of RAM\n",total);
total74arch/i386/mm/init.cint i,free = 0,total = 0,reserved = 0;
total82arch/i386/mm/init.ctotal++;
total90arch/i386/mm/init.cprintk("%d pages of RAM\n",total);
total200arch/mips/mm/init.cint i, free = 0, total = 0, reserved = 0;
total208arch/mips/mm/init.ctotal++;
total216arch/mips/mm/init.cprintk("%d pages of RAM\n", total);
total58arch/ppc/kernel/setup.cunsigned long total;
total64arch/ppc/kernel/setup.ctotal = 0x08000000;  /* 128M */
total67arch/ppc/kernel/setup.ctotal = 0x02000000;  /* 32M */
total70arch/ppc/kernel/setup.ctotal = 0x00800000;  /* 8M */
total73arch/ppc/kernel/setup.ctotal = 0x00400000;  /* 4M - can't happen! */
total76arch/ppc/kernel/setup.ctotal = 0x10000000;  /* 256M */
total79arch/ppc/kernel/setup.ctotal = 0x04000000;  /* 64M */
total82arch/ppc/kernel/setup.ctotal = 0x01000000;  /* 16M */
total85arch/ppc/kernel/setup.ctotal = 0x04000000;  /* Can't happen */
total91arch/ppc/kernel/setup.ctotal += 0x08000000;  /* 128M */
total94arch/ppc/kernel/setup.ctotal += 0x02000000;  /* 32M */
total97arch/ppc/kernel/setup.ctotal += 0x00800000;  /* 8M */
total100arch/ppc/kernel/setup.ctotal += 0x00000000;  /* Module not present */
total103arch/ppc/kernel/setup.ctotal += 0x10000000;  /* 256M */
total106arch/ppc/kernel/setup.ctotal += 0x04000000;  /* 64M */
total109arch/ppc/kernel/setup.ctotal += 0x01000000;  /* 16M */
total112arch/ppc/kernel/setup.ctotal += 0x00000000;  /* Module not present */
total115arch/ppc/kernel/setup.c_printk("register total = %08X\n", total);  
total116arch/ppc/kernel/setup.c/* TEMP */ total = 0x01000000;
total119arch/ppc/kernel/setup.cif (total < 0x01000000)
total128arch/ppc/kernel/setup.cHash = (PTE *)((total-Hash_size)+KERNELBASE);
total127arch/ppc/mm/init.cint i,free = 0,total = 0,reserved = 0;
total135arch/ppc/mm/init.ctotal++;
total143arch/ppc/mm/init.cprintk("%d pages of RAM\n",total);
total164arch/sparc/kernel/setup.cint total, i;
total216arch/sparc/kernel/setup.ctotal = prom_probe_memory();
total218arch/sparc/kernel/setup.cprintk("Physical Memory: %d bytes (in hex %08lx)\n", (int) total,
total219arch/sparc/kernel/setup.c(unsigned long) total);
total104arch/sparc/mm/fault.cint total;
total106arch/sparc/mm/fault.ctotal = prom_probe_memory();
total109arch/sparc/mm/fault.creturn total;
total63arch/sparc/mm/init.cint i,free = 0,total = 0,reserved = 0;
total71arch/sparc/mm/init.ctotal++;
total79arch/sparc/mm/init.cprintk("%d pages of RAM\n",total);
total1616drivers/char/cyclades.cint c, total = 0;
total1653drivers/char/cyclades.ctotal += c;
total1662drivers/char/cyclades.creturn total;
total1321drivers/char/serial.cint  c, total = 0;
total1353drivers/char/serial.ctotal += c;
total1363drivers/char/serial.creturn total;
total168drivers/scsi/in2000.cunsigned total=0;
total172drivers/scsi/in2000.ctotal =  (inb(INDATA) & 0xff) << 16;
total174drivers/scsi/in2000.ctotal += (inb(INDATA) & 0xff) << 8;
total176drivers/scsi/in2000.ctotal += (inb(INDATA) & 0xff);
total177drivers/scsi/in2000.creturn total;
total746drivers/scsi/st.cint total, do_count, blks, retval, transfer;
total827drivers/scsi/st.ctotal = count;
total920drivers/scsi/st.cif (count < total)
total921drivers/scsi/st.creturn total - count;
total991drivers/scsi/st.cSTp->at_sm &= (total != 0);
total992drivers/scsi/st.creturn( total);
total1000drivers/scsi/st.cint total;
total1050drivers/scsi/st.cfor (total = 0; total < count; ) {
total1145drivers/scsi/st.cdev, (STp->buffer)->buffer_bytes, total);
total1156drivers/scsi/st.cif (total)
total1157drivers/scsi/st.creturn total;
total1196drivers/scsi/st.c(STp->buffer)->buffer_bytes, count - total);
total1198drivers/scsi/st.ctransfer = (STp->buffer)->buffer_bytes < count - total ?
total1199drivers/scsi/st.c(STp->buffer)->buffer_bytes : count - total;
total1204drivers/scsi/st.ctotal += transfer;
total1212drivers/scsi/st.cif (total == 0 && STp->eof == ST_FM) {
total1220drivers/scsi/st.cif (total == 0 && STp->eof == ST_EOM_OK)
total1222drivers/scsi/st.creturn total;
total1226drivers/scsi/st.ccount = total;  /* Read only one variable length block */
total1233drivers/scsi/st.creturn total;
total65fs/ext2/inode.cunsigned short total;
total68fs/ext2/inode.ctotal = inode->u.ext2_i.i_prealloc_count;
total70fs/ext2/inode.cext2_free_blocks (inode, inode->u.ext2_i.i_prealloc_block, total);
total551fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
total575fs/proc/array.c++*total;
total589fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
total607fs/proc/array.cstatm_pte_range(pmd, address, end - address, pages, shared, dirty, total);
total614fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
total617fs/proc/array.cstatm_pmd_range(pgd, address, end - address, pages, shared, dirty, total);
total635fs/proc/array.cint pages = 0, shared = 0, dirty = 0, total = 0;
total637fs/proc/array.cstatm_pgd_range(pgd, vma->vm_start, vma->vm_end, &pages, &shared, &dirty, &total);
total641fs/proc/array.csize += total;
total283fs/smbfs/inode.cSMB_SBP(sb)->s_attr.total,
total317fs/smbfs/inode.cattr.total = attr.allocblocks = attr.blocksize =
total323fs/smbfs/inode.ctmp.f_blocks = attr.total;
total1572fs/smbfs/proc.cp = smb_decode_word(p, &attr->total);
total80include/linux/smb.hword total;
total197mm/page_alloc.cunsigned long total = 0;
total208mm/page_alloc.ctotal += nr * ((PAGE_SIZE>>10) << order);
total212mm/page_alloc.cprintk("= %lukB)\n", total);