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);
total79arch/i386/mm/init.cint i,free = 0,total = 0,reserved = 0;
total87arch/i386/mm/init.ctotal++;
total95arch/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);
total69arch/sparc/mm/init.cint i,free = 0,total = 0,reserved = 0;
total77arch/sparc/mm/init.ctotal++;
total85arch/sparc/mm/init.cprintk("%d pages of RAM\n",total);
total1565drivers/char/cyclades.cint c, total = 0;
total1602drivers/char/cyclades.ctotal += c;
total1611drivers/char/cyclades.creturn total;
total1273drivers/char/serial.cint  c, total = 0;
total1305drivers/char/serial.ctotal += c;
total1313drivers/char/serial.creturn total;
total159drivers/scsi/in2000.cunsigned total=0;
total163drivers/scsi/in2000.ctotal =  (inb(INDATA) & 0xff) << 16;
total165drivers/scsi/in2000.ctotal += (inb(INDATA) & 0xff) << 8;
total167drivers/scsi/in2000.ctotal += (inb(INDATA) & 0xff);
total168drivers/scsi/in2000.creturn total;
total746drivers/scsi/st.cint total, do_count, blks, retval, transfer;
total817drivers/scsi/st.ctotal = count;
total917drivers/scsi/st.cif (count < total)
total918drivers/scsi/st.creturn total - count;
total978drivers/scsi/st.cSTp->at_sm &= (total != 0);
total979drivers/scsi/st.creturn( total);
total988drivers/scsi/st.cint total;
total1035drivers/scsi/st.cfor (total = 0; total < count; ) {
total1139drivers/scsi/st.cdev, (STp->buffer)->buffer_bytes, total);
total1150drivers/scsi/st.cif (total)
total1151drivers/scsi/st.creturn total;
total1189drivers/scsi/st.c(STp->buffer)->buffer_bytes, count - total);
total1191drivers/scsi/st.ctransfer = (STp->buffer)->buffer_bytes < count - total ?
total1192drivers/scsi/st.c(STp->buffer)->buffer_bytes : count - total;
total1197drivers/scsi/st.ctotal += transfer;
total1204drivers/scsi/st.cif (total == 0 && STp->eof == ST_FM) {
total1212drivers/scsi/st.cif (total == 0 && STp->eof == ST_EOM_OK)
total1214drivers/scsi/st.creturn total;
total1218drivers/scsi/st.ccount = total;  /* Read only one variable length block */
total1224drivers/scsi/st.creturn total;
total527fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
total551fs/proc/array.c++*total;
total565fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
total583fs/proc/array.cstatm_pte_range(pmd, address, end - address, pages, shared, dirty, total);
total590fs/proc/array.cint * pages, int * shared, int * dirty, int * total)
total593fs/proc/array.cstatm_pmd_range(pgd, address, end - address, pages, shared, dirty, total);
total611fs/proc/array.cint pages = 0, shared = 0, dirty = 0, total = 0;
total613fs/proc/array.cstatm_pgd_range(pgd, vma->vm_start, vma->vm_end, &pages, &shared, &dirty, &total);
total617fs/proc/array.csize += total;
total803mm/swap.cunsigned long total = 0;
total814mm/swap.ctotal += nr * ((PAGE_SIZE>>10) << order);
total818mm/swap.cprintk("= %lukB)\n", total);