Lines Matching refs:unplug
29 MODULE_PARM_DESC(unplug_online, "Try to unplug online memory");
103 /* We might first have to unplug all memory when starting up. */
106 /* Workqueue that processes the plug/unplug requests. */
246 /* Timer for retrying to plug/unplug memory. */
704 * We might have freed up memory we can now unplug, retry
747 * We might have freed up memory we can now unplug, retry
1061 * maybe we can handle pending unplug requests.
1438 .u.unplug.addr = cpu_to_virtio64(vm->vdev, addr),
1439 .u.unplug.nb_blocks = cpu_to_virtio16(vm->vdev, nb_vm_blocks),
1531 * Request to unplug a big block.
1579 /* Try to unplug multiple subblocks at a time */
1671 /* Add the memory block to linux - if that fails, try to unplug. */
1967 /* Try to unplug the allocated memory */
2005 /* If possible, try to unplug the complete block in one shot. */
2098 * We try unplug from partially plugged blocks first, to try removing
2100 * as it's more reliable to unplug memory and remove whole memory
2127 * Try to offline and remove a big block from Linux and unplug it. Will fail
2248 * Try to unplug big blocks. Similar to SBM, start with offline
2279 * Try to unplug the requested amount of memory.
2289 * Try to unplug all blocks that couldn't be unplugged before, for example,
2388 * Workqueue function for handling plug/unplug requests and config updates.
2458 * We cannot free up any memory to unplug it (all plugged memory
2604 * If we still have memory plugged, we have to unplug all memory first.