• Home
  • Raw
  • Download

Lines Matching full:unplugged

31 	/* Unplugged, not added to Linux. Can be reused later. */
130 * plugged/unplugged.
310 * Mark all selected subblocks unplugged.
341 * Test if all selected subblocks are unplugged.
354 * Find the first unplugged subblock. Returns vm->nb_sb_per_mb in case there is
600 * offlined and add the unplugged pages to the managed in virtio_mem_notify_going_offline()
610 dump_page(page, "unplugged page referenced"); in virtio_mem_notify_going_offline()
627 * subtract the unplugged pages from the managed page in virtio_mem_notify_cancel_offline()
982 * memory block. Will fail if any subblock cannot get unplugged (instead of
987 * Note: can fail after some subblocks were unplugged.
1026 * Note: can fail after some subblocks were unplugged.
1258 * Will fail if any subblock cannot get unplugged (instead of skipping it).
1263 * Note: Can fail after some subblocks were successfully unplugged.
1273 /* some subblocks might have been unplugged even on failure */ in virtio_mem_mb_unplug_any_sb_offline()
1284 * unplugged. Temporarily drop the mutex, so in virtio_mem_mb_unplug_any_sb_offline()
1345 * Note: Can fail after some subblocks were successfully unplugged. Can
1346 * return 0 even if subblocks were busy and could not get unplugged.
1361 goto unplugged; in virtio_mem_mb_unplug_any_sb_online()
1383 unplugged: in virtio_mem_mb_unplug_any_sb_online()
1385 * Once all subblocks of a memory block were unplugged, offline and in virtio_mem_mb_unplug_any_sb_online()
1477 * Try to unplug all blocks that couldn't be unplugged before, for example,
1911 * When restarting the VM, all memory is usually unplugged. Don't in virtio_mem_freeze()