Lines Matching full:plugged

52  *   Subblocks within a Linux memory block might either be plugged or unplugged.
73 /* (Partially) plugged, not added to Linux. Error on add_memory(). */
75 /* Fully plugged, fully added to Linux, offline. */
77 /* Partially plugged, fully added to Linux, offline. */
79 /* Fully plugged, fully added to Linux, onlined to a kernel zone. */
81 /* Partially plugged, fully added to Linux, online to a kernel zone */
83 /* Fully plugged, fully added to Linux, onlined to ZONE_MOVABLE. */
85 /* Partially plugged, fully added to Linux, onlined to ZONE_MOVABLE. */
96 /* Plugged, not added to Linux. Error on add_memory(). */
98 /* Plugged and added to Linux. */
193 * plugged, otherwise it's unblocked.
226 * plugged/unplugged.
505 * Mark all selected subblocks plugged.
533 * Test if all selected subblocks are plugged.
1241 * subblock size is smaller than that and we have a mixture of plugged in virtio_mem_online_page()
1255 /* Fully plugged. */ in virtio_mem_online_page()
1452 * Plug selected subblocks. Updates the plugged state, but not the state
1470 * Unplug selected subblocks. Updates the plugged state, but not the state
1514 * Unplug the desired number of plugged subblocks of a offline or not-added
1555 * Unplug all plugged subblocks of an offline or not-added memory block.
1611 * so that onlining will directly online all plugged subblocks. in virtio_mem_sbm_plug_and_add_mb()
1649 * Note: Can fail after some subblocks were successfully plugged.
1862 * Unplug the desired number of plugged subblocks of an offline memory block.
1904 * Unplug the given plugged subblocks of an online memory block.
1947 * Unplug the desired number of plugged subblocks of an online memory block.
2010 * Unplug the desired number of plugged subblocks of a memory block that is
2065 * We try unplug from partially plugged blocks first, to try removing in virtio_mem_sbm_unplug_request()
2334 dev_info(&vm->vdev->dev, "plugged size: 0x%llx", vm->plugged_size); in virtio_mem_refresh_config()
2402 * We cannot free up any memory to unplug it (all plugged memory in virtio_mem_run_wq()
2548 * If we still have memory plugged, we have to unplug all memory first. in virtio_mem_init_hotplug()
2826 * partially plugged offline blocks. Make sure to remove them. in virtio_mem_deinit_hotplug()
2837 * offline partially plugged online memory blocks. No need to in virtio_mem_deinit_hotplug()