Searched refs:checkpointed (Results 1 – 5 of 5) sorted by relevance
321 libxl_checkpointed_stream checkpointed, in migrate_receive() argument349 dom_info.checkpointed_stream = checkpointed; in migrate_receive()362 switch (checkpointed) { in migrate_receive()366 const char *ha = checkpointed == LIBXL_CHECKPOINTED_STREAM_COLO ? in migrate_receive()393 if (checkpointed == LIBXL_CHECKPOINTED_STREAM_COLO) in migrate_receive()481 libxl_checkpointed_stream checkpointed = LIBXL_CHECKPOINTED_STREAM_NONE; in main_migrate_receive() local505 checkpointed = LIBXL_CHECKPOINTED_STREAM_REMUS; in main_migrate_receive()508 checkpointed = LIBXL_CHECKPOINTED_STREAM_COLO; in main_migrate_receive()527 checkpointed, script, userspace_colo_proxy); in main_migrate_receive()
663 if ( !ctx->save.live && ctx->save.checkpointed == XC_MIG_STREAM_COLO ) in suspend_and_send_dirty()744 if ( ctx->save.debug && ctx->save.checkpointed != XC_MIG_STREAM_NONE ) in send_domain_memory_live()873 else if ( ctx->save.checkpointed != XC_MIG_STREAM_NONE ) in save()893 if ( ctx->save.checkpointed != XC_MIG_STREAM_NONE ) in save()906 if ( ctx->save.checkpointed == XC_MIG_STREAM_COLO ) in save()920 if ( ctx->save.checkpointed == XC_MIG_STREAM_COLO ) in save()927 else if ( ctx->save.checkpointed == XC_MIG_STREAM_REMUS ) in save()940 } while ( ctx->save.checkpointed != XC_MIG_STREAM_NONE ); in save()982 ctx.save.checkpointed = stream_type; in xc_domain_save()993 if ( ctx.save.checkpointed ) in xc_domain_save()[all …]
196 int checkpointed; member229 int checkpointed; member
509 if ( !ctx->restore.checkpointed ) in handle_checkpoint()551 if ( ctx->restore.checkpointed == XC_MIG_STREAM_COLO ) in handle_checkpoint()670 if ( ctx->restore.checkpointed == XC_MIG_STREAM_COLO ) in setup()721 if ( ctx->restore.checkpointed == XC_MIG_STREAM_COLO ) in cleanup()790 if ( ctx->restore.checkpointed == XC_MIG_STREAM_COLO ) in restore()846 ctx.restore.checkpointed = stream_type; in xc_domain_restore()854 if ( ctx.restore.checkpointed == XC_MIG_STREAM_COLO ) in xc_domain_restore()
611 applicable in the backchannel of a checkpointed stream. It is only used
Completed in 10 milliseconds