Lines Matching full:plugged
47 * Subblocks within a Linux memory block might either be plugged or unplugged.
68 /* (Partially) plugged, not added to Linux. Error on add_memory(). */
70 /* Fully plugged, fully added to Linux, offline. */
72 /* Partially plugged, fully added to Linux, offline. */
74 /* Fully plugged, fully added to Linux, onlined to a kernel zone. */
76 /* Partially plugged, fully added to Linux, online 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. */
91 /* Plugged, not added to Linux. Error on add_memory(). */
93 /* Plugged and added to Linux. */
173 * plugged" are completely unplugged and can be offlined
195 * plugged, otherwise it's unblocked.
228 * plugged/unplugged.
507 * Mark all selected subblocks plugged.
535 * Test if all selected subblocks are plugged.
1284 * size is smaller than that and we have a mixture of plugged and in virtio_mem_online_page()
1298 /* Fully plugged. */ in virtio_mem_online_page()
1495 * Plug selected subblocks. Updates the plugged state, but not the state
1513 * Unplug selected subblocks. Updates the plugged state, but not the state
1557 * Unplug the desired number of plugged subblocks of a offline or not-added
1598 * Unplug all plugged subblocks of an offline or not-added memory block.
1654 * so that onlining will directly online all plugged subblocks. in virtio_mem_sbm_plug_and_add_mb()
1692 * Note: Can fail after some subblocks were successfully plugged.
1905 * Unplug the desired number of plugged subblocks of an offline memory block.
1947 * Unplug the given plugged subblocks of an online memory block.
1990 * Unplug the desired number of plugged subblocks of an online memory block.
2043 * Unplug the desired number of plugged subblocks of a memory block that is
2098 * We try unplug from partially plugged blocks first, to try removing in virtio_mem_sbm_unplug_request()
2383 dev_info(&vm->vdev->dev, "plugged size: 0x%llx", vm->plugged_size); in virtio_mem_refresh_config()
2458 * We cannot free up any memory to unplug it (all plugged memory in virtio_mem_run_wq()
2604 * If we still have memory plugged, we have to unplug all memory first. in virtio_mem_init_hotplug()
2882 * partially plugged offline blocks. Make sure to remove them. in virtio_mem_deinit_hotplug()
2893 * offline partially plugged online memory blocks. No need to in virtio_mem_deinit_hotplug()