Lines Matching defs:onlined
58 * always onlined separately, and all memory within a Linux memory block is
59 * onlined to the same zone - virtio-mem relies on this behavior.
74 /* Fully plugged, fully added to Linux, onlined to a kernel zone. */
78 /* Fully plugged, fully added to Linux, onlined to ZONE_MOVABLE. */
80 /* Partially plugged, fully added to Linux, onlined to ZONE_MOVABLE. */
146 * We don't want to add too much memory if it's not getting onlined,
611 * to avoid running OOM if memory is getting onlined deferred.
647 /* Memory might get onlined immediately. */
1001 * it to be onlined/offlined in the same granularity. Bail out
1075 * Start adding more memory once we onlined half of our
1077 * (e.g., us adding memory which gets onlined immediately from
1115 * Set a range of pages PG_offline. Remember pages that were never onlined
1119 unsigned long nr_pages, bool onlined)
1126 if (!onlined) {
1136 * Clear PG_offline from a range of pages. If the pages were never onlined,
1140 unsigned long nr_pages, bool onlined)
1146 if (!onlined)
1931 * Hinder the block from getting onlined by marking it
2149 * block as fake-offline, all newly onlined memory will
2216 * Test if a big block is completely onlined to ZONE_MOVABLE (or offline).
2867 * blocks can be onlined/offlined until we're finished here.