Home
last modified time | relevance | path

Searched refs:preempt_thread_status (Results 1 – 2 of 2) sorted by relevance

/qemu/migration/
H A Dpostcopy-ram.c596 if (mis->preempt_thread_status == PREEMPT_THREAD_CREATED) { in postcopy_ram_incoming_cleanup()
598 mis->preempt_thread_status = PREEMPT_THREAD_QUIT; in postcopy_ram_incoming_cleanup()
627 mis->preempt_thread_status = PREEMPT_THREAD_NONE; in postcopy_ram_incoming_cleanup()
1263 mis->preempt_thread_status = PREEMPT_THREAD_CREATED; in postcopy_ram_incoming_setup()
1306 if (mis->preempt_thread_status == PREEMPT_THREAD_QUIT && in qemu_ufd_copy_ioctl()
1732 return mis->preempt_thread_status != PREEMPT_THREAD_QUIT; in preempt_thread_should_run()
H A Dmigration.h140 volatile PreemptThreadStatus preempt_thread_status; member