tag | line | file | source code |
total | 540 | drivers/scsi/st.c | int total, do_count, blks, retval; |
total | 585 | drivers/scsi/st.c | total = count; |
total | 640 | drivers/scsi/st.c | if (count < total) |
total | 641 | drivers/scsi/st.c | return total - count; |
total | 696 | drivers/scsi/st.c | return( total); |
total | 704 | drivers/scsi/st.c | int total; |
total | 740 | drivers/scsi/st.c | for (total = 0; total < count; ) { |
total | 818 | drivers/scsi/st.c | dev, scsi_tapes[dev].buffer->buffer_blocks - transfer, total); |
total | 829 | drivers/scsi/st.c | if (total) |
total | 830 | drivers/scsi/st.c | return total; |
total | 851 | drivers/scsi/st.c | scsi_tapes[dev].buffer->buffer_bytes, count - total); |
total | 853 | drivers/scsi/st.c | transfer = scsi_tapes[dev].buffer->buffer_bytes < count - total ? |
total | 854 | drivers/scsi/st.c | scsi_tapes[dev].buffer->buffer_bytes : count - total; |
total | 859 | drivers/scsi/st.c | total += transfer; |
total | 866 | drivers/scsi/st.c | if (total == 0 && scsi_tapes[dev].eof == 1) |
total | 868 | drivers/scsi/st.c | if (total == 0 && scsi_tapes[dev].eof == 2) |
total | 870 | drivers/scsi/st.c | return total; |
total | 874 | drivers/scsi/st.c | count = total; /* Read only one variable length block */ |
total | 880 | drivers/scsi/st.c | return total; |
total | 985 | mm/memory.c | int i,free = 0,total = 0,reserved = 0; |
total | 997 | mm/memory.c | total++; |
total | 1005 | mm/memory.c | printk("%d pages of RAM\n",total); |