tag | line | file | source code |
total | 1497 | drivers/char/cyclades.c | int c, total = 0; |
total | 1534 | drivers/char/cyclades.c | total += c; |
total | 1543 | drivers/char/cyclades.c | return total; |
total | 1244 | drivers/char/serial.c | int c, total = 0; |
total | 1276 | drivers/char/serial.c | total += c; |
total | 1284 | drivers/char/serial.c | return total; |
total | 153 | drivers/scsi/in2000.c | unsigned total=0; |
total | 157 | drivers/scsi/in2000.c | total = (inb(INDATA) & 0xff) << 16; |
total | 159 | drivers/scsi/in2000.c | total += (inb(INDATA) & 0xff) << 8; |
total | 161 | drivers/scsi/in2000.c | total += (inb(INDATA) & 0xff); |
total | 162 | drivers/scsi/in2000.c | return total; |
total | 683 | drivers/scsi/st.c | int total, do_count, blks, retval, transfer; |
total | 753 | drivers/scsi/st.c | total = count; |
total | 848 | drivers/scsi/st.c | if (count < total) |
total | 849 | drivers/scsi/st.c | return total - count; |
total | 908 | drivers/scsi/st.c | STp->at_sm &= (total != 0); |
total | 909 | drivers/scsi/st.c | return( total); |
total | 918 | drivers/scsi/st.c | int total; |
total | 964 | drivers/scsi/st.c | for (total = 0; total < count; ) { |
total | 1063 | drivers/scsi/st.c | dev, (STp->buffer)->buffer_bytes, total); |
total | 1074 | drivers/scsi/st.c | if (total) |
total | 1075 | drivers/scsi/st.c | return total; |
total | 1113 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes, count - total); |
total | 1115 | drivers/scsi/st.c | transfer = (STp->buffer)->buffer_bytes < count - total ? |
total | 1116 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes : count - total; |
total | 1121 | drivers/scsi/st.c | total += transfer; |
total | 1128 | drivers/scsi/st.c | if (total == 0 && STp->eof == ST_FM) { |
total | 1136 | drivers/scsi/st.c | if (total == 0 && STp->eof == ST_EOM_OK) |
total | 1138 | drivers/scsi/st.c | return total; |
total | 1142 | drivers/scsi/st.c | count = total; /* Read only one variable length block */ |
total | 1148 | drivers/scsi/st.c | return total; |
total | 1115 | mm/memory.c | int i,free = 0,total = 0,reserved = 0; |
total | 1123 | mm/memory.c | total++; |
total | 1131 | mm/memory.c | printk("%d pages of RAM\n",total); |
total | 712 | mm/swap.c | unsigned long total = 0; |
total | 723 | mm/swap.c | total += nr * (4 << order); |
total | 727 | mm/swap.c | printk("= %lukB)\n", total); |