taglinefilesource code
total1497drivers/char/cyclades.cint c, total = 0;
total1534drivers/char/cyclades.ctotal += c;
total1543drivers/char/cyclades.creturn total;
total1244drivers/char/serial.cint  c, total = 0;
total1276drivers/char/serial.ctotal += c;
total1284drivers/char/serial.creturn total;
total153drivers/scsi/in2000.cunsigned total=0;
total157drivers/scsi/in2000.ctotal =  (inb(INDATA) & 0xff) << 16;
total159drivers/scsi/in2000.ctotal += (inb(INDATA) & 0xff) << 8;
total161drivers/scsi/in2000.ctotal += (inb(INDATA) & 0xff);
total162drivers/scsi/in2000.creturn total;
total683drivers/scsi/st.cint total, do_count, blks, retval, transfer;
total753drivers/scsi/st.ctotal = count;
total848drivers/scsi/st.cif (count < total)
total849drivers/scsi/st.creturn total - count;
total908drivers/scsi/st.cSTp->at_sm &= (total != 0);
total909drivers/scsi/st.creturn( total);
total918drivers/scsi/st.cint total;
total964drivers/scsi/st.cfor (total = 0; total < count; ) {
total1063drivers/scsi/st.cdev, (STp->buffer)->buffer_bytes, total);
total1074drivers/scsi/st.cif (total)
total1075drivers/scsi/st.creturn total;
total1113drivers/scsi/st.c(STp->buffer)->buffer_bytes, count - total);
total1115drivers/scsi/st.ctransfer = (STp->buffer)->buffer_bytes < count - total ?
total1116drivers/scsi/st.c(STp->buffer)->buffer_bytes : count - total;
total1121drivers/scsi/st.ctotal += transfer;
total1128drivers/scsi/st.cif (total == 0 && STp->eof == ST_FM) {
total1136drivers/scsi/st.cif (total == 0 && STp->eof == ST_EOM_OK)
total1138drivers/scsi/st.creturn total;
total1142drivers/scsi/st.ccount = total;  /* Read only one variable length block */
total1148drivers/scsi/st.creturn total;
total1115mm/memory.cint i,free = 0,total = 0,reserved = 0;
total1123mm/memory.ctotal++;
total1131mm/memory.cprintk("%d pages of RAM\n",total);
total712mm/swap.cunsigned long total = 0;
total723mm/swap.ctotal += nr * (4 << order);
total727mm/swap.cprintk("= %lukB)\n", total);