taglinefilesource code
total540kernel/blk_drv/scsi/st.cint total, do_count, blks, retval;
total585kernel/blk_drv/scsi/st.ctotal = count;
total640kernel/blk_drv/scsi/st.cif (count < total)
total641kernel/blk_drv/scsi/st.creturn total - count;
total696kernel/blk_drv/scsi/st.creturn( total);
total704kernel/blk_drv/scsi/st.cint total;
total740kernel/blk_drv/scsi/st.cfor (total = 0; total < count; ) {
total818kernel/blk_drv/scsi/st.cdev, scsi_tapes[dev].buffer->buffer_blocks - transfer, total);
total829kernel/blk_drv/scsi/st.cif (total)
total830kernel/blk_drv/scsi/st.creturn total;
total851kernel/blk_drv/scsi/st.cscsi_tapes[dev].buffer->buffer_bytes, count - total);
total853kernel/blk_drv/scsi/st.ctransfer = scsi_tapes[dev].buffer->buffer_bytes < count - total ?
total854kernel/blk_drv/scsi/st.cscsi_tapes[dev].buffer->buffer_bytes : count - total;
total859kernel/blk_drv/scsi/st.ctotal += transfer;
total866kernel/blk_drv/scsi/st.cif (total == 0 && scsi_tapes[dev].eof == 1)
total868kernel/blk_drv/scsi/st.cif (total == 0 && scsi_tapes[dev].eof == 2)
total870kernel/blk_drv/scsi/st.creturn total;
total874kernel/blk_drv/scsi/st.ccount = total;  /* Read only one variable length block */
total880kernel/blk_drv/scsi/st.creturn total;
total967mm/memory.cint i,free = 0,total = 0,reserved = 0;
total979mm/memory.ctotal++;
total987mm/memory.cprintk("%d pages of RAM\n",total);