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);48 QTestMigrationState *src_state);
254 typedef struct QTestMigrationState QTestMigrationState;255 QTestMigrationState *get_src(void);256 QTestMigrationState *get_dst(void);236 typedef struct QTestMigrationState QTestMigrationState; global() typedef
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() 535 QTestMigrationState *src_state)
37 static QTestMigrationState src_state;38 static QTestMigrationState dst_state;475 dst_state = (QTestMigrationState) { }; in migrate_postcopy_prepare() 476 src_state = (QTestMigrationState) { }; in migrate_postcopy_prepare() 1069 QTestMigrationState *get_src(void)1074 QTestMigrationState *get_dst(void)
169 QTestMigrationState *state = opaque; in migrate_watch_for_events()