taglinefilesource code
total540drivers/scsi/st.cint total, do_count, blks, retval;
total585drivers/scsi/st.ctotal = count;
total640drivers/scsi/st.cif (count < total)
total641drivers/scsi/st.creturn total - count;
total696drivers/scsi/st.creturn( total);
total704drivers/scsi/st.cint total;
total740drivers/scsi/st.cfor (total = 0; total < count; ) {
total818drivers/scsi/st.cdev, scsi_tapes[dev].buffer->buffer_blocks - transfer, total);
total829drivers/scsi/st.cif (total)
total830drivers/scsi/st.creturn total;
total851drivers/scsi/st.cscsi_tapes[dev].buffer->buffer_bytes, count - total);
total853drivers/scsi/st.ctransfer = scsi_tapes[dev].buffer->buffer_bytes < count - total ?
total854drivers/scsi/st.cscsi_tapes[dev].buffer->buffer_bytes : count - total;
total859drivers/scsi/st.ctotal += transfer;
total866drivers/scsi/st.cif (total == 0 && scsi_tapes[dev].eof == 1)
total868drivers/scsi/st.cif (total == 0 && scsi_tapes[dev].eof == 2)
total870drivers/scsi/st.creturn total;
total874drivers/scsi/st.ccount = total;  /* Read only one variable length block */
total880drivers/scsi/st.creturn total;
total985mm/memory.cint i,free = 0,total = 0,reserved = 0;
total997mm/memory.ctotal++;
total1005mm/memory.cprintk("%d pages of RAM\n",total);