Home
last modified time | relevance | path

Searched refs:postcopy_prio_thread_mutex (Results 1 – 4 of 4) sorted by relevance

/qemu/migration/
H A Dmigration.h152 QemuMutex postcopy_prio_thread_mutex; member
H A Dpostcopy-ram.c1724 qemu_mutex_unlock(&mis->postcopy_prio_thread_mutex); in postcopy_pause_ram_fast_load()
1726 qemu_mutex_lock(&mis->postcopy_prio_thread_mutex); in postcopy_pause_ram_fast_load()
1753 qemu_mutex_lock(&mis->postcopy_prio_thread_mutex); in postcopy_preempt_thread()
1765 qemu_mutex_unlock(&mis->postcopy_prio_thread_mutex); in postcopy_preempt_thread()
H A Dsavevm.c2840 qemu_mutex_lock(&mis->postcopy_prio_thread_mutex); in postcopy_pause_incoming()
2844 qemu_mutex_unlock(&mis->postcopy_prio_thread_mutex); in postcopy_pause_incoming()
H A Dmigration.c226 qemu_mutex_init(&current_incoming->postcopy_prio_thread_mutex); in migration_object_init()