Lines Matching refs: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,
898 .u.unplug.addr = cpu_to_virtio64(vm->vdev, addr),
899 .u.unplug.nb_blocks = cpu_to_virtio16(vm->vdev, nb_vm_blocks),
1003 /* Try to unplug multiple subblocks at a time */
1108 /* Add the memory block to linux - if that fails, try to unplug. */
1325 /* Try to unplug the allocated memory */
1354 /* If possible, try to unplug the complete block in one shot. */
1402 * Try to unplug the requested amount of memory.
1420 /* Try to unplug subblocks of partially plugged offline blocks. */
1430 /* Try to unplug subblocks of plugged offline blocks. */
1445 /* Try to unplug subblocks of partially plugged online blocks. */
1457 /* Try to unplug subblocks of plugged online blocks. */
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.
1581 * We cannot free up any memory to unplug it (all plugged memory
1794 * If we still have memory plugged, we have to unplug all memory first.