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 | 154 | arch/sparc/kernel/setup.c | int counter, total, i, node; |
total | 231 | arch/sparc/kernel/setup.c | total = prom_probe_memory(); |
total | 234 | arch/sparc/kernel/setup.c | printk("Physical Memory: %d bytes (in hex %08lx)\n", (int) total, |
total | 235 | arch/sparc/kernel/setup.c | (unsigned long) total); |
total | 260 | arch/sparc/kernel/setup.c | *memory_end_p = (((unsigned long) (total) + PAGE_OFFSET)); |
total | 102 | arch/sparc/mm/fault.c | int total; |
total | 104 | arch/sparc/mm/fault.c | total = prom_probe_memory(); |
total | 107 | arch/sparc/mm/fault.c | return total; |
total | 82 | arch/sparc/mm/init.c | int i,free = 0,total = 0,reserved = 0; |
total | 90 | arch/sparc/mm/init.c | total++; |
total | 98 | 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 | 162 | drivers/scsi/in2000.c | unsigned total=0; |
total | 166 | drivers/scsi/in2000.c | total = (inb(INDATA) & 0xff) << 16; |
total | 168 | drivers/scsi/in2000.c | total += (inb(INDATA) & 0xff) << 8; |
total | 170 | drivers/scsi/in2000.c | total += (inb(INDATA) & 0xff); |
total | 171 | drivers/scsi/in2000.c | return total; |
total | 759 | drivers/scsi/st.c | int total, do_count, blks, retval, transfer; |
total | 830 | drivers/scsi/st.c | total = count; |
total | 930 | drivers/scsi/st.c | if (count < total) |
total | 931 | drivers/scsi/st.c | return total - count; |
total | 991 | drivers/scsi/st.c | STp->at_sm &= (total != 0); |
total | 992 | drivers/scsi/st.c | return( total); |
total | 1001 | drivers/scsi/st.c | int total; |
total | 1048 | drivers/scsi/st.c | for (total = 0; total < count; ) { |
total | 1151 | drivers/scsi/st.c | dev, (STp->buffer)->buffer_bytes, total); |
total | 1162 | drivers/scsi/st.c | if (total) |
total | 1163 | drivers/scsi/st.c | return total; |
total | 1201 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes, count - total); |
total | 1203 | drivers/scsi/st.c | transfer = (STp->buffer)->buffer_bytes < count - total ? |
total | 1204 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes : count - total; |
total | 1209 | drivers/scsi/st.c | total += transfer; |
total | 1216 | drivers/scsi/st.c | if (total == 0 && STp->eof == ST_FM) { |
total | 1224 | drivers/scsi/st.c | if (total == 0 && STp->eof == ST_EOM_OK) |
total | 1226 | drivers/scsi/st.c | return total; |
total | 1230 | drivers/scsi/st.c | count = total; /* Read only one variable length block */ |
total | 1236 | 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 | 291 | fs/smbfs/inode.c | SMB_SBP(sb)->s_attr.total, |
total | 325 | fs/smbfs/inode.c | attr.total = attr.allocblocks = attr.blocksize = |
total | 331 | fs/smbfs/inode.c | tmp.f_blocks = attr.total; |
total | 1500 | fs/smbfs/proc.c | p = smb_decode_word(p, &attr->total); |
total | 79 | include/linux/smb.h | word total; |
total | 808 | mm/swap.c | unsigned long total = 0; |
total | 819 | mm/swap.c | total += nr * ((PAGE_SIZE>>10) << order); |
total | 823 | mm/swap.c | printk("= %lukB)\n", total); |