Lines Matching full:removing
221 /* The block size used for plugging/adding/removing. */
248 bool removing; member
692 * Try removing memory from Linux. Will only fail if memory blocks aren't
705 dev_dbg(&vm->vdev->dev, "removing memory: 0x%llx - 0x%llx\n", addr, in virtio_mem_remove_memory()
716 dev_dbg(&vm->vdev->dev, "removing memory failed: %d\n", rc); in virtio_mem_remove_memory()
722 * See virtio_mem_remove_memory(): Try removing a single Linux memory block.
733 * Try offlining and removing memory from Linux.
747 "offlining and removing memory: 0x%llx - 0x%llx\n", addr, in virtio_mem_offline_and_remove_memory()
760 dev_dbg(&vm->vdev->dev, "offlining and removing memory failed: %d\n", rc); in virtio_mem_offline_and_remove_memory()
770 * See virtio_mem_offline_and_remove_memory(): Try offlining and removing
783 * Try (offlining and) removing memory from Linux in case all subblocks are
831 if (!vm->removing) in virtio_mem_retry()
1037 if (vm->removing) { in virtio_mem_memory_notifier_cb()
1052 if (vm->removing) { in virtio_mem_memory_notifier_cb()
2123 * We try unplug from partially plugged blocks first, to try removing in virtio_mem_sbm_unplug_request()
2127 * accidentially removing too much kernel memory. in virtio_mem_sbm_unplug_request()
2347 * Let's retry (offlining and) removing completely unplugged Linux in virtio_mem_cleanup_pending_mb()
2882 * When force-unloading the driver and removing the device, we in virtio_mem_create_resource()
2995 vm->removing = true; in virtio_mem_deinit_hotplug()