taglinefilesource code
total62arch/alpha/mm/init.cint i,free = 0,total = 0,reserved = 0;
total70arch/alpha/mm/init.ctotal++;
total78arch/alpha/mm/init.cprintk("%d pages of RAM\n",total);
total67arch/i386/mm/init.cint i,free = 0,total = 0,reserved = 0;
total75arch/i386/mm/init.ctotal++;
total83arch/i386/mm/init.cprintk("%d pages of RAM\n",total);
total108arch/mips/mm/init.cint i,free = 0,total = 0,reserved = 0;
total116arch/mips/mm/init.ctotal++;
total124arch/mips/mm/init.cprintk("%d pages of RAM\n",total);
total154arch/sparc/kernel/setup.cint counter, total, i, node;
total231arch/sparc/kernel/setup.ctotal = prom_probe_memory();
total234arch/sparc/kernel/setup.cprintk("Physical Memory: %d bytes (in hex %08lx)\n", (int) total,
total235arch/sparc/kernel/setup.c(unsigned long) total);
total260arch/sparc/kernel/setup.c*memory_end_p = (((unsigned long) (total) + PAGE_OFFSET));
total102arch/sparc/mm/fault.cint total;
total104arch/sparc/mm/fault.ctotal = prom_probe_memory();
total107arch/sparc/mm/fault.creturn total;
total82arch/sparc/mm/init.cint i,free = 0,total = 0,reserved = 0;
total90arch/sparc/mm/init.ctotal++;
total98arch/sparc/mm/init.cprintk("%d pages of RAM\n",total);
total1592drivers/char/cyclades.cint c, total = 0;
total1629drivers/char/cyclades.ctotal += c;
total1638drivers/char/cyclades.creturn total;
total1297drivers/char/serial.cint  c, total = 0;
total1329drivers/char/serial.ctotal += c;
total1337drivers/char/serial.creturn total;
total162drivers/scsi/in2000.cunsigned total=0;
total166drivers/scsi/in2000.ctotal =  (inb(INDATA) & 0xff) << 16;
total168drivers/scsi/in2000.ctotal += (inb(INDATA) & 0xff) << 8;
total170drivers/scsi/in2000.ctotal += (inb(INDATA) & 0xff);
total171drivers/scsi/in2000.creturn total;
total764drivers/scsi/st.cint total, do_count, blks, retval, transfer;
total847drivers/scsi/st.ctotal = count;
total945drivers/scsi/st.cif (count < total)
total946drivers/scsi/st.creturn total - count;
total1005drivers/scsi/st.cSTp->at_sm &= (total != 0);
total1006drivers/scsi/st.creturn( total);
total1015drivers/scsi/st.cint total;
total1066drivers/scsi/st.cfor (total = 0; total < count; ) {
total1167drivers/scsi/st.cdev, (STp->buffer)->buffer_bytes, total);
total1178drivers/scsi/st.cif (total)
total1179drivers/scsi/st.creturn total;
total1217drivers/scsi/st.c(STp->buffer)->buffer_bytes, count - total);
total1219drivers/scsi/st.ctransfer = (STp->buffer)->buffer_bytes < count - total ?
total1220drivers/scsi/st.c(STp->buffer)->buffer_bytes : count - total;
total1225drivers/scsi/st.ctotal += transfer;
total1232drivers/scsi/st.cif (total == 0 && STp->eof == ST_FM) {
total1240drivers/scsi/st.cif (total == 0 && STp->eof == ST_EOM_OK)
total1242drivers/scsi/st.creturn total;
total1246drivers/scsi/st.ccount = total;  /* Read only one variable length block */
total1252drivers/scsi/st.creturn total;
total483fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
total507fs/proc/array.c++*total;
total521fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
total539fs/proc/array.cstatm_pte_range(pmd, address, end - address, pages, shared, dirty, total);
total546fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
total549fs/proc/array.cstatm_pmd_range(pgd, address, end - address, pages, shared, dirty, total);
total567fs/proc/array.cint pages = 0, shared = 0, dirty = 0, total = 0;
total569fs/proc/array.cstatm_pgd_range(pgd, vma->vm_start, vma->vm_end, &pages, &shared, &dirty, &total);
total573fs/proc/array.csize += total;
total290fs/smbfs/inode.cSMB_SBP(sb)->s_attr.total,
total324fs/smbfs/inode.cattr.total = attr.allocblocks = attr.blocksize =
total330fs/smbfs/inode.ctmp.f_blocks = attr.total;
total1573fs/smbfs/proc.cp = smb_decode_word(p, &attr->total);
total79include/linux/smb.hword total;
total818mm/swap.cunsigned long total = 0;
total829mm/swap.ctotal += nr * ((PAGE_SIZE>>10) << order);
total833mm/swap.cprintk("= %lukB)\n", total);