tag | line | file | source code |
total | 56 | arch/alpha/mm/init.c | int i,free = 0,total = 0,reserved = 0; |
total | 64 | arch/alpha/mm/init.c | total++; |
total | 72 | arch/alpha/mm/init.c | printk("%d pages of RAM\n",total); |
total | 78 | arch/i386/mm/init.c | int i,free = 0,total = 0,reserved = 0; |
total | 86 | arch/i386/mm/init.c | total++; |
total | 94 | arch/i386/mm/init.c | printk("%d pages of RAM\n",total); |
total | 200 | arch/mips/mm/init.c | int i, free = 0, total = 0, reserved = 0; |
total | 208 | arch/mips/mm/init.c | total++; |
total | 216 | arch/mips/mm/init.c | printk("%d pages of RAM\n", total); |
total | 58 | arch/ppc/kernel/setup.c | unsigned long total; |
total | 64 | arch/ppc/kernel/setup.c | total = 0x08000000; /* 128M */ |
total | 67 | arch/ppc/kernel/setup.c | total = 0x02000000; /* 32M */ |
total | 70 | arch/ppc/kernel/setup.c | total = 0x00800000; /* 8M */ |
total | 73 | arch/ppc/kernel/setup.c | total = 0x00400000; /* 4M - can't happen! */ |
total | 76 | arch/ppc/kernel/setup.c | total = 0x10000000; /* 256M */ |
total | 79 | arch/ppc/kernel/setup.c | total = 0x04000000; /* 64M */ |
total | 82 | arch/ppc/kernel/setup.c | total = 0x01000000; /* 16M */ |
total | 85 | arch/ppc/kernel/setup.c | total = 0x04000000; /* Can't happen */ |
total | 91 | arch/ppc/kernel/setup.c | total += 0x08000000; /* 128M */ |
total | 94 | arch/ppc/kernel/setup.c | total += 0x02000000; /* 32M */ |
total | 97 | arch/ppc/kernel/setup.c | total += 0x00800000; /* 8M */ |
total | 100 | arch/ppc/kernel/setup.c | total += 0x00000000; /* Module not present */ |
total | 103 | arch/ppc/kernel/setup.c | total += 0x10000000; /* 256M */ |
total | 106 | arch/ppc/kernel/setup.c | total += 0x04000000; /* 64M */ |
total | 109 | arch/ppc/kernel/setup.c | total += 0x01000000; /* 16M */ |
total | 112 | arch/ppc/kernel/setup.c | total += 0x00000000; /* Module not present */ |
total | 115 | arch/ppc/kernel/setup.c | _printk("register total = %08X\n", total); |
total | 116 | arch/ppc/kernel/setup.c | /* TEMP */ total = 0x01000000; |
total | 119 | arch/ppc/kernel/setup.c | if (total < 0x01000000) |
total | 128 | arch/ppc/kernel/setup.c | Hash = (PTE *)((total-Hash_size)+KERNELBASE); |
total | 127 | arch/ppc/mm/init.c | int i,free = 0,total = 0,reserved = 0; |
total | 135 | arch/ppc/mm/init.c | total++; |
total | 143 | arch/ppc/mm/init.c | printk("%d pages of RAM\n",total); |
total | 180 | arch/sparc/kernel/setup.c | int total, i, panic_stuff[2]; |
total | 239 | arch/sparc/kernel/setup.c | total = prom_probe_memory(); |
total | 242 | arch/sparc/kernel/setup.c | prom_printf("Physical Memory: %d bytes (in hex %08lx)\n", (int) total, |
total | 243 | arch/sparc/kernel/setup.c | (unsigned long) total); |
total | 93 | arch/sparc/mm/fault.c | int total; |
total | 95 | arch/sparc/mm/fault.c | total = prom_probe_memory(); |
total | 98 | arch/sparc/mm/fault.c | return total; |
total | 58 | arch/sparc/mm/init.c | int i,free = 0,total = 0,reserved = 0; |
total | 66 | arch/sparc/mm/init.c | total++; |
total | 74 | arch/sparc/mm/init.c | printk("%d pages of RAM\n",total); |
total | 1622 | drivers/char/cyclades.c | int c, total = 0; |
total | 1659 | drivers/char/cyclades.c | total += c; |
total | 1668 | drivers/char/cyclades.c | return total; |
total | 548 | drivers/char/pcxx.c | int total, remain, size, stlen; |
total | 586 | drivers/char/pcxx.c | total = 0; |
total | 611 | drivers/char/pcxx.c | total += stlen; |
total | 628 | drivers/char/pcxx.c | return(total); |
total | 1327 | drivers/char/serial.c | int c, total = 0; |
total | 1359 | drivers/char/serial.c | total += c; |
total | 1369 | drivers/char/serial.c | return total; |
total | 357 | drivers/isdn/isdn_tty.c | int c, total = 0; |
total | 444 | drivers/isdn/isdn_tty.c | total += c; |
total | 449 | drivers/isdn/isdn_tty.c | return total; |
total | 1877 | drivers/isdn/isdn_tty.c | int total = 0; |
total | 1887 | drivers/isdn/isdn_tty.c | total++; |
total | 1934 | drivers/isdn/isdn_tty.c | return total; |
total | 168 | drivers/scsi/in2000.c | unsigned total=0; |
total | 172 | drivers/scsi/in2000.c | total = (inb(INDATA) & 0xff) << 16; |
total | 174 | drivers/scsi/in2000.c | total += (inb(INDATA) & 0xff) << 8; |
total | 176 | drivers/scsi/in2000.c | total += (inb(INDATA) & 0xff); |
total | 177 | drivers/scsi/in2000.c | return total; |
total | 808 | drivers/scsi/st.c | int total, do_count, blks, retval, transfer; |
total | 929 | drivers/scsi/st.c | total = count; |
total | 1022 | drivers/scsi/st.c | if (count < total) |
total | 1023 | drivers/scsi/st.c | return total - count; |
total | 1093 | drivers/scsi/st.c | STp->at_sm &= (total != 0); |
total | 1094 | drivers/scsi/st.c | return( total); |
total | 1102 | drivers/scsi/st.c | int total; |
total | 1154 | drivers/scsi/st.c | for (total = 0; total < count; ) { |
total | 1249 | drivers/scsi/st.c | dev, (STp->buffer)->buffer_bytes, total); |
total | 1260 | drivers/scsi/st.c | if (total) |
total | 1261 | drivers/scsi/st.c | return total; |
total | 1300 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes, count - total); |
total | 1302 | drivers/scsi/st.c | transfer = (STp->buffer)->buffer_bytes < count - total ? |
total | 1303 | drivers/scsi/st.c | (STp->buffer)->buffer_bytes : count - total; |
total | 1308 | drivers/scsi/st.c | total += transfer; |
total | 1316 | drivers/scsi/st.c | if (total == 0 && STp->eof == ST_FM) { |
total | 1324 | drivers/scsi/st.c | if (total == 0 && STp->eof == ST_EOM_OK) |
total | 1326 | drivers/scsi/st.c | return total; |
total | 1330 | drivers/scsi/st.c | count = total; /* Read only one variable length block */ |
total | 1337 | drivers/scsi/st.c | return total; |
total | 65 | fs/ext2/inode.c | unsigned short total; |
total | 68 | fs/ext2/inode.c | total = inode->u.ext2_i.i_prealloc_count; |
total | 70 | fs/ext2/inode.c | ext2_free_blocks (inode, inode->u.ext2_i.i_prealloc_block, total); |
total | 729 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
total | 753 | fs/proc/array.c | ++*total; |
total | 767 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
total | 785 | fs/proc/array.c | statm_pte_range(pmd, address, end - address, pages, shared, dirty, total); |
total | 792 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
total | 795 | fs/proc/array.c | statm_pmd_range(pgd, address, end - address, pages, shared, dirty, total); |
total | 813 | fs/proc/array.c | int pages = 0, shared = 0, dirty = 0, total = 0; |
total | 815 | fs/proc/array.c | statm_pgd_range(pgd, vma->vm_start, vma->vm_end, &pages, &shared, &dirty, &total); |
total | 819 | fs/proc/array.c | size += total; |
total | 283 | fs/smbfs/inode.c | SMB_SBP(sb)->s_attr.total, |
total | 317 | fs/smbfs/inode.c | attr.total = attr.allocblocks = attr.blocksize = |
total | 323 | fs/smbfs/inode.c | tmp.f_blocks = attr.total; |
total | 1572 | fs/smbfs/proc.c | p = smb_decode_word(p, &attr->total); |
total | 80 | include/linux/smb.h | word total; |
total | 233 | mm/page_alloc.c | unsigned long total = 0; |
total | 244 | mm/page_alloc.c | total += nr * ((PAGE_SIZE>>10) << order); |
total | 248 | mm/page_alloc.c | printk("= %lukB)\n", total); |