• Home
  • Raw
  • Download

Lines Matching full:plugged

33 	/* (Partially) plugged, not added to Linux. Error on add_memory(). */
35 /* Fully plugged, fully added to Linux, offline. */
37 /* Partially plugged, fully added to Linux, offline. */
39 /* Fully plugged, fully added to Linux, online. */
41 /* Partially plugged, fully added to Linux, online. */
130 * plugged/unplugged.
296 * Mark all selected subblocks plugged.
324 * Test if all selected subblocks are plugged.
817 * If plugged, online the pages, otherwise, set them fake in virtio_mem_online_page_cb()
939 * Plug selected subblocks. Updates the plugged state, but not the state
960 * Unplug selected subblocks. Updates the plugged state, but not the state
981 * Unplug the desired number of plugged subblocks of a offline or not-added
1022 * Unplug all plugged subblocks of an offline or not-added memory block.
1091 * so that onlining will directly online all plugged subblocks. in virtio_mem_mb_plug_and_add()
1137 * Note: Can fail after some subblocks were successfully plugged.
1201 /* Try to plug subblocks of partially plugged online blocks. */ in virtio_mem_plug_request()
1210 /* Try to plug subblocks of partially plugged offline blocks. */ in virtio_mem_plug_request()
1257 * Unplug the desired number of plugged subblocks of an offline memory block.
1299 * Unplug the given plugged subblocks of an online memory block.
1339 * Unplug the desired number of plugged subblocks of an online memory block.
1420 /* Try to unplug subblocks of partially plugged offline blocks. */ in virtio_mem_unplug_request()
1430 /* Try to unplug subblocks of plugged offline blocks. */ in virtio_mem_unplug_request()
1445 /* Try to unplug subblocks of partially plugged online blocks. */ in virtio_mem_unplug_request()
1457 /* Try to unplug subblocks of plugged online blocks. */ in virtio_mem_unplug_request()
1520 dev_info(&vm->vdev->dev, "plugged size: 0x%llx", vm->plugged_size); in virtio_mem_refresh_config()
1581 * We cannot free up any memory to unplug it (all plugged memory in virtio_mem_run_wq()
1794 * If we still have memory plugged, we have to unplug all memory first. in virtio_mem_probe()
1854 * plugged offline blocks. Make sure to remove them. in virtio_mem_remove()
1864 * offline partially plugged online memory blocks. No need to worry in virtio_mem_remove()