• Home
  • Raw
  • Download

Lines Matching full:memory

1 What:		/sys/devices/system/memory
5 The /sys/devices/system/memory contains a snapshot of the
6 internal state of the kernel memory blocks. Files could be
9 Users: hotplug memory add/remove tools
12 What: /sys/devices/system/memory/memoryX/removable
16 The file /sys/devices/system/memory/memoryX/removable
17 indicates whether this memory block is removable or not.
19 identify removable sections of the memory before attempting
20 potentially expensive hot-remove memory operation
21 Users: hotplug memory remove tools
24 What: /sys/devices/system/memory/memoryX/phys_device
28 The file /sys/devices/system/memory/memoryX/phys_device
33 What: /sys/devices/system/memory/memoryX/phys_index
37 The file /sys/devices/system/memory/memoryX/phys_index
40 memory section directory name.
42 What: /sys/devices/system/memory/memoryX/state
46 The file /sys/devices/system/memory/memoryX/state
48 online/offline state of the memory section. When written,
50 memory section (see removable file description above)
53 # echo online > /sys/devices/system/memory/memoryX/state
54 # echo offline > /sys/devices/system/memory/memoryX/state
56 For example, if /sys/devices/system/memory/memory22/removable
58 /sys/devices/system/memory/memory22/state contains the
62 # echo offline > /sys/devices/system/memory/memory22/state
64 Users: hotplug memory remove tools
68 What: /sys/devices/system/memory/memoryX/valid_zones
72 The file /sys/devices/system/memory/memoryX/valid_zones is
73 read-only and is designed to show which zone this memory
78 Contact: Linux Memory Management list <linux-mm@kvack.org>
84 memory section 9 on node0:
86 /sys/devices/system/memory/memory9/node0 -> ../../node/node0
95 points to the corresponding /sys/devices/system/memory/memoryY
96 memory section directory. For example, the following symbolic
97 link is created for memory section 9 on node0.
99 /sys/devices/system/node/node0/memory9 -> ../../memory/memory9