taglinefilesource code
total1229drivers/char/serial.cint  c, total = 0;
total1256drivers/char/serial.ctotal += c;
total1265drivers/char/serial.creturn total;
total644drivers/scsi/st.cint total, do_count, blks, retval, transfer;
total708drivers/scsi/st.ctotal = count;
total802drivers/scsi/st.cif (count < total)
total803drivers/scsi/st.creturn total - count;
total862drivers/scsi/st.creturn( total);
total871drivers/scsi/st.cint total;
total913drivers/scsi/st.cfor (total = 0; total < count; ) {
total1011drivers/scsi/st.cdev, (STp->buffer)->buffer_bytes, total);
total1022drivers/scsi/st.cif (total)
total1023drivers/scsi/st.creturn total;
total1051drivers/scsi/st.c(STp->buffer)->buffer_bytes, count - total);
total1053drivers/scsi/st.ctransfer = (STp->buffer)->buffer_bytes < count - total ?
total1054drivers/scsi/st.c(STp->buffer)->buffer_bytes : count - total;
total1059drivers/scsi/st.ctotal += transfer;
total1066drivers/scsi/st.cif (total == 0 && STp->eof == ST_FM) {
total1071drivers/scsi/st.cif (total == 0 && STp->eof == ST_EOM_OK)
total1073drivers/scsi/st.creturn total;
total1077drivers/scsi/st.ccount = total;  /* Read only one variable length block */
total1083drivers/scsi/st.creturn total;
total1048mm/memory.cint i,free = 0,total = 0,reserved = 0;
total1056mm/memory.ctotal++;
total1064mm/memory.cprintk("%d pages of RAM\n",total);
total626mm/swap.cunsigned long total = 0;
total637mm/swap.ctotal += nr * (4 << order);
total641mm/swap.cprintk("= %lukB)\n", total);