tag | line | file | source code |
total | 549 | kernel/blk_drv/scsi/st.c | int total, do_count, blks, retval; |
total | 591 | kernel/blk_drv/scsi/st.c | total = count; |
total | 631 | kernel/blk_drv/scsi/st.c | if (count < total) |
total | 632 | kernel/blk_drv/scsi/st.c | return total - count; |
total | 680 | kernel/blk_drv/scsi/st.c | return( total); |
total | 688 | kernel/blk_drv/scsi/st.c | int total; |
total | 721 | kernel/blk_drv/scsi/st.c | for (total = 0; total < count; ) { |
total | 783 | kernel/blk_drv/scsi/st.c | dev, scsi_tapes[dev].buffer->buffer_blocks - transfer, total); |
total | 794 | kernel/blk_drv/scsi/st.c | if (total) |
total | 795 | kernel/blk_drv/scsi/st.c | return total; |
total | 816 | kernel/blk_drv/scsi/st.c | scsi_tapes[dev].buffer->buffer_bytes, count - total); |
total | 818 | kernel/blk_drv/scsi/st.c | transfer = scsi_tapes[dev].buffer->buffer_bytes < count - total ? |
total | 819 | kernel/blk_drv/scsi/st.c | scsi_tapes[dev].buffer->buffer_bytes : count - total; |
total | 824 | kernel/blk_drv/scsi/st.c | total += transfer; |
total | 831 | kernel/blk_drv/scsi/st.c | if (total == 0 && scsi_tapes[dev].eof == 1) |
total | 833 | kernel/blk_drv/scsi/st.c | if (total == 0 && scsi_tapes[dev].eof == 2) |
total | 835 | kernel/blk_drv/scsi/st.c | return total; |
total | 842 | kernel/blk_drv/scsi/st.c | return total; |
total | 970 | mm/memory.c | int i,free = 0,total = 0,reserved = 0; |
total | 980 | mm/memory.c | total++; |
total | 988 | mm/memory.c | printk("%d pages of RAM\n",total); |