Searched refs:QTestMigrationState (Results 1 – 6 of 6) sorted by relevance
27 void wait_for_stop(QTestState *who, QTestMigrationState *state);28 void wait_for_resume(QTestState *who, QTestMigrationState *state);29 void wait_for_suspend(QTestState *who, QTestMigrationState *state);34 void wait_for_migration_pass(QTestState *who, QTestMigrationState *src_state);46 QTestMigrationState *src_state);
236 typedef struct QTestMigrationState QTestMigrationState; typedef237 QTestMigrationState *get_src(void);
18 typedef struct QTestMigrationState { struct23 } QTestMigrationState; argument
264 void wait_for_stop(QTestState *who, QTestMigrationState *state) in wait_for_stop()271 void wait_for_resume(QTestState *who, QTestMigrationState *state) in wait_for_resume()278 void wait_for_suspend(QTestState *who, QTestMigrationState *state) in wait_for_suspend()372 void wait_for_migration_pass(QTestState *who, QTestMigrationState *src_state) in wait_for_migration_pass()519 QTestMigrationState *src_state) in migrate_postcopy_start()
37 static QTestMigrationState src_state;38 static QTestMigrationState dst_state;283 dst_state = (QTestMigrationState) { }; in migrate_start()284 src_state = (QTestMigrationState) { }; in migrate_start()992 QTestMigrationState *get_src(void) in get_src()
169 QTestMigrationState *state = opaque; in migrate_watch_for_events()