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 | 67 | arch/i386/mm/init.c | int i,free = 0,total = 0,reserved = 0; |
total | 75 | arch/i386/mm/init.c | total++; |
total | 83 | 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 | 1568 | drivers/char/cyclades.c | int c, total = 0; |
total | 1605 | drivers/char/cyclades.c | total += c; |
total | 1614 | drivers/char/cyclades.c | return total; |
total | 1298 | drivers/char/serial.c | int c, total = 0; |
total | 1330 | drivers/char/serial.c | total += c; |
total | 1338 | 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 | 752 | drivers/scsi/st.c | int total, do_count, blks, retval, transfer; |
total | 823 | drivers/scsi/st.c | total = count; |
total | 923 | drivers/scsi/st.c | if (count < total) |
total | 924 | drivers/scsi/st.c | return total - count; |
total | 984 | drivers/scsi/st.c | STp->at_sm &= (total != 0); |
total | 985 | drivers/scsi/st.c | return( total); |
total | 994 | drivers/scsi/st.c | int total; |
total | 1041 | drivers/scsi/st.c | for (total = 0; total < count; ) { |
total | 1144 | drivers/scsi/st.c | dev, (STp->buffer)->buffer_bytes, total); |
total | 1155 | drivers/scsi/st.c | if (total) |
total | 1156 | drivers/scsi/st.c | return total; |
total | 1194 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes, count - total); |
total | 1196 | drivers/scsi/st.c | transfer = (STp->buffer)->buffer_bytes < count - total ? |
total | 1197 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes : count - total; |
total | 1202 | drivers/scsi/st.c | total += transfer; |
total | 1209 | drivers/scsi/st.c | if (total == 0 && STp->eof == ST_FM) { |
total | 1217 | drivers/scsi/st.c | if (total == 0 && STp->eof == ST_EOM_OK) |
total | 1219 | drivers/scsi/st.c | return total; |
total | 1223 | drivers/scsi/st.c | count = total; /* Read only one variable length block */ |
total | 1229 | drivers/scsi/st.c | return total; |
total | 475 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
total | 499 | fs/proc/array.c | ++*total; |
total | 513 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
total | 531 | fs/proc/array.c | statm_pte_range(pmd, address, end - address, pages, shared, dirty, total); |
total | 538 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
total | 541 | fs/proc/array.c | statm_pmd_range(pgd, address, end - address, pages, shared, dirty, total); |
total | 559 | fs/proc/array.c | int pages = 0, shared = 0, dirty = 0, total = 0; |
total | 561 | fs/proc/array.c | statm_pgd_range(pgd, vma->vm_start, vma->vm_end, &pages, &shared, &dirty, &total); |
total | 565 | 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); |