Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dpostcopy-ram.c793 if (mis->preempt_thread_status == PREEMPT_THREAD_CREATED) { in postcopy_ram_incoming_cleanup()
795 mis->preempt_thread_status = PREEMPT_THREAD_QUIT; in postcopy_ram_incoming_cleanup()
797 * Update preempt_thread_status before reading count. Note: mutex in postcopy_ram_incoming_cleanup()
824 mis->preempt_thread_status = PREEMPT_THREAD_NONE; in postcopy_ram_incoming_cleanup()
1579 mis->preempt_thread_status = PREEMPT_THREAD_CREATED; in postcopy_ram_incoming_setup()
1614 if (mis->preempt_thread_status == PREEMPT_THREAD_QUIT && in qemu_ufd_copy_ioctl()
2034 return mis->preempt_thread_status != PREEMPT_THREAD_QUIT; in postcopy_preempt_thread()
H A Dmigration.h155 volatile PreemptThreadStatus preempt_thread_status; member