Lines Matching refs:removing
217 /* The block size used for plugging/adding/removing. */
244 bool removing;
685 * Try removing memory from Linux. Will only fail if memory blocks aren't
698 dev_dbg(&vm->vdev->dev, "removing memory: 0x%llx - 0x%llx\n", addr,
709 dev_dbg(&vm->vdev->dev, "removing memory failed: %d\n", rc);
715 * See virtio_mem_remove_memory(): Try removing a single Linux memory block.
726 * Try offlining and removing memory from Linux.
740 "offlining and removing memory: 0x%llx - 0x%llx\n", addr,
753 dev_dbg(&vm->vdev->dev, "offlining and removing memory failed: %d\n", rc);
763 * See virtio_mem_offline_and_remove_memory(): Try offlining and removing
776 * Try (offlining and) removing memory from Linux in case all subblocks are
824 if (!vm->removing)
1030 if (vm->removing) {
1045 if (vm->removing) {
2098 * We try unplug from partially plugged blocks first, to try removing
2102 * accidentially removing too much kernel memory.
2322 * Let's retry (offlining and) removing completely unplugged Linux
2756 * When force-unloading the driver and removing the device, we
2871 vm->removing = true;