Lines Matching full:unplug
28 MODULE_PARM_DESC(unplug_online, "Try to unplug online memory");
49 /* We might first have to unplug all memory when starting up. */
52 /* Workqueue that processes the plug/unplug requests. */
142 /* Timer for retrying to plug/unplug memory. */
554 * Trigger the workqueue, maybe we can now unplug memory. Also, in virtio_mem_notify_offline()
898 .u.unplug.addr = cpu_to_virtio64(vm->vdev, addr), in virtio_mem_send_unplug_request()
899 .u.unplug.nb_blocks = cpu_to_virtio16(vm->vdev, nb_vm_blocks), in virtio_mem_send_unplug_request()
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
1003 /* Try to unplug multiple subblocks at a time */ in virtio_mem_mb_unplug_any_sb()
1022 * Unplug all plugged subblocks of an offline or not-added memory block.
1108 /* Add the memory block to linux - if that fails, try to unplug. */ in virtio_mem_mb_plug_and_add()
1257 * Unplug the desired number of plugged subblocks of an offline memory block.
1299 * Unplug the given plugged subblocks of an online memory block.
1325 /* Try to unplug the allocated memory */ in virtio_mem_mb_unplug_sb_online()
1339 * Unplug the desired number of plugged subblocks of an online memory block.
1354 /* If possible, try to unplug the complete block in one shot. */ in virtio_mem_mb_unplug_any_sb_online()
1402 * Try to unplug the requested amount of memory.
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()
1477 * Try to unplug all blocks that couldn't be unplugged before, for example,
1525 * Workqueue function for handling plug/unplug requests and config updates.
1550 /* Unplug any leftovers from previous runs */ in virtio_mem_run_wq()
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()