Lines Matching refs:sws
27 libxl__stream_write_state sws; member
268 crcs->sws.fd = crs->send_back_fd; in libxl__colo_restore_setup()
269 crcs->sws.ao = ao; in libxl__colo_restore_setup()
270 crcs->sws.back_channel = true; in libxl__colo_restore_setup()
274 libxl__stream_write_start(egc, &crcs->sws); in libxl__colo_restore_setup()
323 libxl__stream_write_abort(egc, &crcs->sws, 1); in libxl__colo_restore_teardown()
568 crcs->sws.checkpoint_callback = colo_common_write_stream_done; in colo_send_svm_ready()
569 libxl__stream_write_checkpoint_state(egc, &crcs->sws, &srcs); in colo_send_svm_ready()
682 crcs->sws.checkpoint_callback = colo_common_write_stream_done; in colo_write_svm_resumed()
683 libxl__stream_write_checkpoint_state(egc, &crcs->sws, &srcs); in colo_write_svm_resumed()
1020 crcs->sws.checkpoint_callback = colo_common_write_stream_done; in colo_restore_postsuspend_cb()
1021 libxl__stream_write_checkpoint_state(egc, &crcs->sws, &srcs); in colo_restore_postsuspend_cb()
1036 CONTAINER_OF(stream, *crcs, sws); in colo_common_write_stream_done()