Searched refs:end_hook (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/tests/qtest/migration/ |
| H A D | tls-tests.c | 369 .end_hook = migrate_hook_end_tls_psk, in test_postcopy_tls_psk() 379 .end_hook = migrate_hook_end_tls_psk, in test_postcopy_preempt_tls_psk() 392 .end_hook = migrate_hook_end_tls_psk, in test_postcopy_recovery_tls_psk() 402 .end_hook = migrate_hook_end_tls_psk, in test_multifd_postcopy_recovery_tls_psk() 416 .end_hook = migrate_hook_end_tls_psk, in test_postcopy_preempt_all() 429 .end_hook = migrate_hook_end_tls_psk, in test_multifd_postcopy_preempt_recovery_tls_psk() 446 .end_hook = migrate_hook_end_tls_psk, in test_precopy_unix_tls_psk() 463 .end_hook = migrate_hook_end_tls_x509, in test_precopy_unix_tls_x509_default_host() 477 .end_hook = migrate_hook_end_tls_x509, in test_precopy_unix_tls_x509_override_host() 489 .end_hook = migrate_hook_end_tls_psk, in test_precopy_tcp_tls_psk_match() [all …]
|
| H A D | framework.c | 603 if (args->end_hook) { in postcopy_recover_fail() 604 args->end_hook(from, to, args->postcopy_data); in postcopy_recover_fail() 942 if (args->end_hook) { in test_file_common() 943 args->end_hook(from, to, data_hook); in test_file_common() 1049 if (args->end_hook) { in migration_env_clean() 1050 args->end_hook(from, to, data_hook); in migration_env_clean()
|
| H A D | file-tests.c | 263 .end_hook = migrate_hook_end_multifd_mapped_ram_fdset, in test_multifd_file_mapped_ram_fdset() 281 .end_hook = migrate_hook_end_multifd_mapped_ram_fdset, in test_multifd_file_mapped_ram_fdset_dio()
|
| H A D | framework.h | 188 TestMigrateEndHook end_hook; 172 TestMigrateEndHook end_hook; global() member
|
| H A D | precopy-tests.c | 300 .end_hook = migrate_hook_end_fd, in test_precopy_fd_socket() 340 .end_hook = migrate_hook_end_fd, in test_precopy_fd_file()
|