taglinefilesource code
total56arch/alpha/mm/init.cint i,free = 0,total = 0,reserved = 0;
total64arch/alpha/mm/init.ctotal++;
total72arch/alpha/mm/init.cprintk("%d pages of RAM\n",total);
total78arch/i386/mm/init.cint i,free = 0,total = 0,reserved = 0;
total86arch/i386/mm/init.ctotal++;
total94arch/i386/mm/init.cprintk("%d pages of RAM\n",total);
total68arch/m68k/mm/init.cint free = 0, total = 0, reserved = 0, nonshared = 0, shared = 0;
total75arch/m68k/mm/init.ctotal++;
total85arch/m68k/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);
total215arch/sparc/kernel/setup.cint total, i, packed;
total277arch/sparc/kernel/setup.ctotal = prom_probe_memory();
total104arch/sparc/mm/fault.cint total;
total106arch/sparc/mm/fault.ctotal = prom_probe_memory();
total109arch/sparc/mm/fault.creturn total;
total58arch/sparc/mm/init.cint i,free = 0,total = 0,reserved = 0;
total66arch/sparc/mm/init.ctotal++;
total74arch/sparc/mm/init.cprintk("%d pages of RAM\n",total);
total1636drivers/char/cyclades.cint c, total = 0;
total1673drivers/char/cyclades.ctotal += c;
total1682drivers/char/cyclades.creturn total;
total547drivers/char/pcxx.cint total, remain, size, stlen;
total585drivers/char/pcxx.ctotal = 0;
total610drivers/char/pcxx.ctotal += stlen;
total627drivers/char/pcxx.creturn(total);
total1206drivers/char/riscom8.cint c, total = 0;
total1240drivers/char/riscom8.ctotal += c;
total1251drivers/char/riscom8.creturn total;
total1346drivers/char/serial.cint  c, total = 0;
total1378drivers/char/serial.ctotal += c;
total1388drivers/char/serial.creturn total;
total363drivers/isdn/isdn_tty.cint c, total = 0;
total450drivers/isdn/isdn_tty.ctotal += c;
total455drivers/isdn/isdn_tty.creturn total;
total1881drivers/isdn/isdn_tty.cint total = 0;
total1891drivers/isdn/isdn_tty.ctotal++;
total1938drivers/isdn/isdn_tty.creturn total;
total1080drivers/sbus/char/sunserial.cint  c, total = 0;
total1112drivers/sbus/char/sunserial.ctotal += c;
total1125drivers/sbus/char/sunserial.creturn total;
total872drivers/scsi/st.cint total, do_count, blks, retval, transfer;
total977drivers/scsi/st.ctotal = count;
total1070drivers/scsi/st.cif (count < total)
total1071drivers/scsi/st.creturn total - count;
total1141drivers/scsi/st.cSTps->at_sm &= (total == 0);
total1142drivers/scsi/st.creturn( total);
total1150drivers/scsi/st.cint total;
total1173drivers/scsi/st.c(total = update_partition(inode)) < 0)
total1174drivers/scsi/st.creturn total;
total1210drivers/scsi/st.cfor (total = 0; total < count; ) {
total1226drivers/scsi/st.cbytes = count - total;
total1289drivers/scsi/st.cdev, count - total, (STp->buffer)->buffer_bytes);
total1291drivers/scsi/st.cif (count - total > (STp->buffer)->buffer_bytes)
total1292drivers/scsi/st.ccount = total + (STp->buffer)->buffer_bytes;
total1324drivers/scsi/st.cdev, (STp->buffer)->buffer_bytes, total);
total1335drivers/scsi/st.cif (total)
total1336drivers/scsi/st.creturn total;
total1375drivers/scsi/st.c(STp->buffer)->buffer_bytes, count - total);
total1377drivers/scsi/st.ctransfer = (STp->buffer)->buffer_bytes < count - total ?
total1378drivers/scsi/st.c(STp->buffer)->buffer_bytes : count - total;
total1383drivers/scsi/st.ctotal += transfer;
total1391drivers/scsi/st.cif (total == 0 && STp->eof == ST_FM) {
total1399drivers/scsi/st.cif (total == 0 && STp->eof == ST_EOM_OK)
total1401drivers/scsi/st.creturn total;
total1405drivers/scsi/st.ccount = total;  /* Read only one variable length block */
total1412drivers/scsi/st.creturn total;
total70fs/ext2/inode.cunsigned short total;
total73fs/ext2/inode.ctotal = inode->u.ext2_i.i_prealloc_count;
total75fs/ext2/inode.cext2_free_blocks (inode, inode->u.ext2_i.i_prealloc_block, total);
total736fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
total760fs/proc/array.c++*total;
total774fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
total792fs/proc/array.cstatm_pte_range(pmd, address, end - address, pages, shared, dirty, total);
total799fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
total802fs/proc/array.cstatm_pmd_range(pgd, address, end - address, pages, shared, dirty, total);
total820fs/proc/array.cint pages = 0, shared = 0, dirty = 0, total = 0;
total822fs/proc/array.cstatm_pgd_range(pgd, vma->vm_start, vma->vm_end, &pages, &shared, &dirty, &total);
total826fs/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;
total213mm/page_alloc.cunsigned long total = 0;
total224mm/page_alloc.ctotal += nr * ((PAGE_SIZE>>10) << order);
total228mm/page_alloc.cprintk("= %lukB)\n", total);