tag | line | file | source code |
total | 62 | arch/alpha/mm/init.c | int i,free = 0,total = 0,reserved = 0; |
total | 70 | arch/alpha/mm/init.c | total++; |
total | 78 | arch/alpha/mm/init.c | printk("%d pages of RAM\n",total); |
total | 79 | arch/i386/mm/init.c | int i,free = 0,total = 0,reserved = 0; |
total | 87 | arch/i386/mm/init.c | total++; |
total | 95 | arch/i386/mm/init.c | printk("%d pages of RAM\n",total); |
total | 108 | arch/mips/mm/init.c | int i,free = 0,total = 0,reserved = 0; |
total | 116 | arch/mips/mm/init.c | total++; |
total | 124 | arch/mips/mm/init.c | printk("%d pages of RAM\n",total); |
total | 69 | arch/sparc/mm/init.c | int i,free = 0,total = 0,reserved = 0; |
total | 77 | arch/sparc/mm/init.c | total++; |
total | 85 | arch/sparc/mm/init.c | printk("%d pages of RAM\n",total); |
total | 1498 | drivers/char/cyclades.c | int c, total = 0; |
total | 1535 | drivers/char/cyclades.c | total += c; |
total | 1544 | drivers/char/cyclades.c | return total; |
total | 1273 | drivers/char/serial.c | int c, total = 0; |
total | 1305 | drivers/char/serial.c | total += c; |
total | 1313 | drivers/char/serial.c | return total; |
total | 159 | drivers/scsi/in2000.c | unsigned total=0; |
total | 163 | drivers/scsi/in2000.c | total = (inb(INDATA) & 0xff) << 16; |
total | 165 | drivers/scsi/in2000.c | total += (inb(INDATA) & 0xff) << 8; |
total | 167 | drivers/scsi/in2000.c | total += (inb(INDATA) & 0xff); |
total | 168 | drivers/scsi/in2000.c | return total; |
total | 706 | drivers/scsi/st.c | int total, do_count, blks, retval, transfer; |
total | 776 | drivers/scsi/st.c | total = count; |
total | 871 | drivers/scsi/st.c | if (count < total) |
total | 872 | drivers/scsi/st.c | return total - count; |
total | 932 | drivers/scsi/st.c | STp->at_sm &= (total != 0); |
total | 933 | drivers/scsi/st.c | return( total); |
total | 942 | drivers/scsi/st.c | int total; |
total | 988 | drivers/scsi/st.c | for (total = 0; total < count; ) { |
total | 1087 | drivers/scsi/st.c | dev, (STp->buffer)->buffer_bytes, total); |
total | 1098 | drivers/scsi/st.c | if (total) |
total | 1099 | drivers/scsi/st.c | return total; |
total | 1137 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes, count - total); |
total | 1139 | drivers/scsi/st.c | transfer = (STp->buffer)->buffer_bytes < count - total ? |
total | 1140 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes : count - total; |
total | 1145 | drivers/scsi/st.c | total += transfer; |
total | 1152 | drivers/scsi/st.c | if (total == 0 && STp->eof == ST_FM) { |
total | 1160 | drivers/scsi/st.c | if (total == 0 && STp->eof == ST_EOM_OK) |
total | 1162 | drivers/scsi/st.c | return total; |
total | 1166 | drivers/scsi/st.c | count = total; /* Read only one variable length block */ |
total | 1172 | drivers/scsi/st.c | return total; |
total | 526 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
total | 550 | fs/proc/array.c | ++*total; |
total | 564 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
total | 582 | fs/proc/array.c | statm_pte_range(pmd, address, end - address, pages, shared, dirty, total); |
total | 589 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
total | 592 | fs/proc/array.c | statm_pmd_range(pgd, address, end - address, pages, shared, dirty, total); |
total | 610 | fs/proc/array.c | int pages = 0, shared = 0, dirty = 0, total = 0; |
total | 612 | fs/proc/array.c | statm_pgd_range(pgd, vma->vm_start, vma->vm_end, &pages, &shared, &dirty, &total); |
total | 616 | fs/proc/array.c | size += total; |
total | 798 | mm/swap.c | unsigned long total = 0; |
total | 809 | mm/swap.c | total += nr * ((PAGE_SIZE>>10) << order); |
total | 813 | mm/swap.c | printk("= %lukB)\n", total); |