tag | line | file | source code |
shared | 62 | arch/alpha/mm/init.c | int shared = 0; |
shared | 75 | arch/alpha/mm/init.c | shared += mem_map[i].count-1; |
shared | 80 | arch/alpha/mm/init.c | printk("%d pages shared\n",shared); |
shared | 68 | arch/i386/mm/init.c | int shared = 0; |
shared | 81 | arch/i386/mm/init.c | shared += mem_map[i].count-1; |
shared | 86 | arch/i386/mm/init.c | printk("%d pages shared\n",shared); |
shared | 109 | arch/mips/mm/init.c | int shared = 0; |
shared | 122 | arch/mips/mm/init.c | shared += mem_map[i]-1; |
shared | 127 | arch/mips/mm/init.c | printk("%d pages shared\n",shared); |
shared | 83 | arch/sparc/mm/init.c | int shared = 0; |
shared | 96 | arch/sparc/mm/init.c | shared += mem_map[i]-1; |
shared | 101 | arch/sparc/mm/init.c | printk("%d pages shared\n",shared); |
shared | 1540 | fs/buffer.c | int shared; |
shared | 1548 | fs/buffer.c | shared = found = locked = dirty = used = lastused = 0; |
shared | 1557 | fs/buffer.c | if(mem_map[MAP_NR(((unsigned long) bh->b_data))].count !=1) shared++; |
shared | 1563 | fs/buffer.c | nlist, found, used, lastused, locked, dirty, shared); |
shared | 533 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
shared | 566 | fs/proc/array.c | ++*shared; |
shared | 571 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
shared | 589 | fs/proc/array.c | statm_pte_range(pmd, address, end - address, pages, shared, dirty, total); |
shared | 596 | fs/proc/array.c | int * pages, int * shared, int * dirty, int * total) |
shared | 599 | fs/proc/array.c | statm_pmd_range(pgd, address, end - address, pages, shared, dirty, total); |
shared | 617 | fs/proc/array.c | int pages = 0, shared = 0, dirty = 0, total = 0; |
shared | 619 | fs/proc/array.c | statm_pgd_range(pgd, vma->vm_start, vma->vm_end, &pages, &shared, &dirty, &total); |
shared | 621 | fs/proc/array.c | share += shared; |