Lines Matching refs:offline

15   1.3. Unit of Memory online/offline operation
25 6.1 Memory offline and ZONE_MOVABLE
26 6.2. How to offline memory
80 In this document, this phase is described as online/offline.
89 1.3. Unit of Memory online/offline operation
98 unit upon which memory online/offline operations are to be performed. The
162 at read: contains online/offline state of memory.
164 "online_movable", "online", "offline" command
211 You may have to write it by yourself or online/offline memory by hand.
212 Please see "How to online memory", "How to offline memory" in this text.
248 To see (online/offline) state of a memory block, read 'state' file.
254 If the memory block is offline, you'll read "offline".
289 6.1 Memory offline and ZONE_MOVABLE
291 Memory offlining is more complicated than memory online. Because memory offline
292 has to make the whole memory block be unused, memory offline can fail if
295 In general, memory offline can use 2 techniques.
300 In the current implementation, Linux's memory offline uses method (2), freeing
315 Size of memory not for movable pages (not for offline) is YYYY.
316 Size of memory for movable pages (for offline) is TOTAL-YYYY.
319 Size of memory not for movable pages (not for offline) is TOTAL - ZZZZ.
320 Size of memory for movable pages (for offline) is ZZZZ.
327 6.2. How to offline memory
329 You can offline a memory block by using the same sysfs interface that was used
332 % echo offline > /sys/devices/system/memory/memoryXXX/state
334 If offline succeeds, the state of the memory block is changed to be "offline".
336 Even if a memory block does not belong to ZONE_MOVABLE, you can try to offline
342 able to offline it (or not). (For example, a page is referred to by some kernel
386 the memory block that we attempted to offline.
416 start_pfn is start_pfn of online/offline memory.
417 nr_pages is # of pages of online/offline memory.
448 - memmap removing at memory offline.