| tag | line | file | source code |
|---|---|---|---|
| sharedram | 60 | fs/proc/array.c | i.totalram, i.totalram-i.freeram, i.freeram, i.sharedram, i.bufferram, |
| sharedram | 35 | include/linux/kernel.h | unsigned long sharedram; /* Amount of shared memory */ |
| sharedram | 967 | mm/memory.c | val->sharedram = 0; |
| sharedram | 977 | mm/memory.c | val->sharedram += mem_map[i]-1; |
| sharedram | 981 | mm/memory.c | val->sharedram <<= PAGE_SHIFT; |