taglinefilesource code
total1229drivers/char/serial.cint  c, total = 0;
total1256drivers/char/serial.ctotal += c;
total1265drivers/char/serial.creturn total;
total656drivers/scsi/st.cint total, do_count, blks, retval, transfer;
total723drivers/scsi/st.ctotal = count;
total817drivers/scsi/st.cif (count < total)
total818drivers/scsi/st.creturn total - count;
total877drivers/scsi/st.creturn( total);
total886drivers/scsi/st.cint total;
total930drivers/scsi/st.cfor (total = 0; total < count; ) {
total1028drivers/scsi/st.cdev, (STp->buffer)->buffer_bytes, total);
total1039drivers/scsi/st.cif (total)
total1040drivers/scsi/st.creturn total;
total1077drivers/scsi/st.c(STp->buffer)->buffer_bytes, count - total);
total1079drivers/scsi/st.ctransfer = (STp->buffer)->buffer_bytes < count - total ?
total1080drivers/scsi/st.c(STp->buffer)->buffer_bytes : count - total;
total1085drivers/scsi/st.ctotal += transfer;
total1092drivers/scsi/st.cif (total == 0 && STp->eof == ST_FM) {
total1099drivers/scsi/st.cif (total == 0 && STp->eof == ST_EOM_OK)
total1101drivers/scsi/st.creturn total;
total1105drivers/scsi/st.ccount = total;  /* Read only one variable length block */
total1111drivers/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);