Lines Matching refs:src_state
37 static QTestMigrationState src_state; variable
125 if (src_state.suspend_me) { in migrate_wait_for_dirty_mem()
284 src_state = (QTestMigrationState) { }; in migrate_start()
286 src_state.suspend_me = args->suspend_me; in migrate_start()
388 &src_state); in migrate_start()
497 wait_for_suspend(from, &src_state); in migrate_postcopy_prepare()
543 migrate_postcopy_start(from, to, &src_state); in test_postcopy_common()
688 migrate_postcopy_start(from, to, &src_state); in test_postcopy_recovery_common()
759 wait_for_suspend(from, &src_state); in test_precopy_common()
774 wait_for_stop(from, &src_state); in test_precopy_common()
829 wait_for_migration_pass(from, &src_state); in test_precopy_common()
842 wait_for_stop(from, &src_state); in test_precopy_common()
942 wait_for_stop(from, &src_state); in test_file_common()
994 return &src_state; in get_src()