Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dmigration-test.c43 static QTestMigrationState src_state; variable
301 while (changes < 2 && !src_state.stop_seen && !src_state.suspend_seen) { in wait_for_migration_pass()
544 if (src_state.suspend_me) { in migrate_wait_for_dirty_mem()
594 wait_for_stop(from, &src_state); in migrate_postcopy_start()
740 src_state = (QTestMigrationState) { }; in test_migrate_start()
742 src_state.suspend_me = args->suspend_me; in test_migrate_start()
1286 wait_for_suspend(from, &src_state); in migrate_postcopy_prepare()
1792 wait_for_suspend(from, &src_state); in test_precopy_common()
1947 wait_for_stop(from, &src_state); in test_file_common()
2119 wait_for_stop(from, &src_state);
[all …]
/openbmc/linux/sound/pci/lola/
H A Dlola_mixer.c425 unsigned int new_src, src_state; in lola_set_src_config() local
431 src_state = (chip->input_src_mask & mask) != 0; in lola_set_src_config()
432 if (src_state == new_src) in lola_set_src_config()