Lines Matching refs:dest

1240                                       MigrationParameters *dest)  in migrate_params_test_apply()  argument
1242 *dest = migrate_get_current()->parameters; in migrate_params_test_apply()
1247 dest->compress_level = params->compress_level; in migrate_params_test_apply()
1251 dest->compress_threads = params->compress_threads; in migrate_params_test_apply()
1255 dest->compress_wait_thread = params->compress_wait_thread; in migrate_params_test_apply()
1259 dest->decompress_threads = params->decompress_threads; in migrate_params_test_apply()
1263 dest->throttle_trigger_threshold = params->throttle_trigger_threshold; in migrate_params_test_apply()
1267 dest->cpu_throttle_initial = params->cpu_throttle_initial; in migrate_params_test_apply()
1271 dest->cpu_throttle_increment = params->cpu_throttle_increment; in migrate_params_test_apply()
1275 dest->cpu_throttle_tailslow = params->cpu_throttle_tailslow; in migrate_params_test_apply()
1280 dest->tls_creds = params->tls_creds->u.s; in migrate_params_test_apply()
1285 dest->tls_hostname = params->tls_hostname->u.s; in migrate_params_test_apply()
1289 dest->max_bandwidth = params->max_bandwidth; in migrate_params_test_apply()
1293 dest->avail_switchover_bandwidth = params->avail_switchover_bandwidth; in migrate_params_test_apply()
1297 dest->downtime_limit = params->downtime_limit; in migrate_params_test_apply()
1301 dest->x_checkpoint_delay = params->x_checkpoint_delay; in migrate_params_test_apply()
1305 dest->block_incremental = params->block_incremental; in migrate_params_test_apply()
1308 dest->multifd_channels = params->multifd_channels; in migrate_params_test_apply()
1311 dest->multifd_compression = params->multifd_compression; in migrate_params_test_apply()
1314 dest->xbzrle_cache_size = params->xbzrle_cache_size; in migrate_params_test_apply()
1317 dest->max_postcopy_bandwidth = params->max_postcopy_bandwidth; in migrate_params_test_apply()
1320 dest->max_cpu_throttle = params->max_cpu_throttle; in migrate_params_test_apply()
1323 dest->announce_initial = params->announce_initial; in migrate_params_test_apply()
1326 dest->announce_max = params->announce_max; in migrate_params_test_apply()
1329 dest->announce_rounds = params->announce_rounds; in migrate_params_test_apply()
1332 dest->announce_step = params->announce_step; in migrate_params_test_apply()
1336 dest->has_block_bitmap_mapping = true; in migrate_params_test_apply()
1337 dest->block_bitmap_mapping = params->block_bitmap_mapping; in migrate_params_test_apply()
1341 dest->x_vcpu_dirty_limit_period = in migrate_params_test_apply()
1345 dest->vcpu_dirty_limit = params->vcpu_dirty_limit; in migrate_params_test_apply()
1349 dest->mode = params->mode; in migrate_params_test_apply()