Home
last modified time | relevance | path

Searched refs:rp_state (Results 1 – 25 of 103) sorted by relevance

12345

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/migration/
H A Dcolo.c122 if (s->rp_state.from_dst_file) { in primary_vm_do_failover()
123 qemu_file_shutdown(s->rp_state.from_dst_file); in primary_vm_do_failover()
321 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
377 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
383 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
413 s->rp_state.from_dst_file = qemu_file_get_return_path(s->to_dst_file); in colo_process_checkpoint()
414 if (!s->rp_state.from_dst_file) { in colo_process_checkpoint()
423 colo_receive_check_message(s->rp_state.from_dst_file, in colo_process_checkpoint()
474 if (s->rp_state.from_dst_file) { in colo_process_checkpoint()
475 qemu_fclose(s->rp_state.from_dst_file); in colo_process_checkpoint()
H A Dmigration.c1409 if (s->rp_state.from_dst_file) { in migrate_fd_cancel()
1523 s->rp_state.from_dst_file = NULL; in migrate_init()
1524 s->rp_state.error = false; in migrate_init()
2049 s->rp_state.error = true; in mark_source_rp_bad()
2135 qemu_sem_post(&s->rp_state.rp_sem); in migrate_handle_rp_resume_ack()
2287 ms->rp_state.error = false; in source_return_path_thread()
2297 ms->rp_state.from_dst_file = NULL; in source_return_path_thread()
2308 if (!ms->rp_state.from_dst_file) { in open_return_path_on_source()
2346 return ms->rp_state.error; in await_return_path_close_on_source()
2613 if (s->rp_state.from_dst_file) { in migration_completion()
[all …]
/dports/emulators/qemu/qemu-6.2.0/migration/
H A Dcolo.c165 if (s->rp_state.from_dst_file) { in primary_vm_do_failover()
166 qemu_file_shutdown(s->rp_state.from_dst_file); in primary_vm_do_failover()
414 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
492 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
504 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
544 s->rp_state.from_dst_file = qemu_file_get_return_path(s->to_dst_file); in colo_process_checkpoint()
545 if (!s->rp_state.from_dst_file) { in colo_process_checkpoint()
557 colo_receive_check_message(s->rp_state.from_dst_file, in colo_process_checkpoint()
644 if (s->rp_state.from_dst_file) { in colo_process_checkpoint()
645 qemu_fclose(s->rp_state.from_dst_file); in colo_process_checkpoint()
[all …]
H A Dmigration.c1887 if (s->rp_state.from_dst_file) { in migrate_fd_cancel()
2034 s->rp_state.from_dst_file = NULL; in migrate_init()
2035 s->rp_state.error = false; in migrate_init()
2613 s->rp_state.error = true; in mark_source_rp_bad()
2699 qemu_sem_post(&s->rp_state.rp_sem); in migrate_handle_rp_resume_ack()
2714 file = ms->rp_state.from_dst_file; in migration_release_from_dst_file()
2715 ms->rp_state.from_dst_file = NULL; in migration_release_from_dst_file()
2889 if (!ms->rp_state.from_dst_file) { in open_return_path_on_source()
2929 return ms->rp_state.error; in await_return_path_close_on_source()
3210 if (s->rp_state.rp_thread_created) { in migration_completion()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/migration/
H A Dcolo.c164 if (s->rp_state.from_dst_file) { in primary_vm_do_failover()
165 qemu_file_shutdown(s->rp_state.from_dst_file); in primary_vm_do_failover()
407 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
489 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
495 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
536 s->rp_state.from_dst_file = qemu_file_get_return_path(s->to_dst_file); in colo_process_checkpoint()
537 if (!s->rp_state.from_dst_file) { in colo_process_checkpoint()
549 colo_receive_check_message(s->rp_state.from_dst_file, in colo_process_checkpoint()
637 if (s->rp_state.from_dst_file) { in colo_process_checkpoint()
638 qemu_fclose(s->rp_state.from_dst_file); in colo_process_checkpoint()
H A Dmigration.c1597 if (s->rp_state.from_dst_file) { in migrate_fd_cancel()
1727 s->rp_state.from_dst_file = NULL; in migrate_init()
1728 s->rp_state.error = false; in migrate_init()
2268 s->rp_state.error = true; in mark_source_rp_bad()
2354 qemu_sem_post(&s->rp_state.rp_sem); in migrate_handle_rp_resume_ack()
2506 ms->rp_state.error = false; in source_return_path_thread()
2516 ms->rp_state.from_dst_file = NULL; in source_return_path_thread()
2527 if (!ms->rp_state.from_dst_file) { in open_return_path_on_source()
2565 return ms->rp_state.error; in await_return_path_close_on_source()
2832 if (s->rp_state.from_dst_file) { in migration_completion()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/migration/
H A Dcolo.c164 if (s->rp_state.from_dst_file) { in primary_vm_do_failover()
165 qemu_file_shutdown(s->rp_state.from_dst_file); in primary_vm_do_failover()
407 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
489 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
495 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
536 s->rp_state.from_dst_file = qemu_file_get_return_path(s->to_dst_file); in colo_process_checkpoint()
537 if (!s->rp_state.from_dst_file) { in colo_process_checkpoint()
549 colo_receive_check_message(s->rp_state.from_dst_file, in colo_process_checkpoint()
637 if (s->rp_state.from_dst_file) { in colo_process_checkpoint()
638 qemu_fclose(s->rp_state.from_dst_file); in colo_process_checkpoint()
H A Dmigration.c1597 if (s->rp_state.from_dst_file) { in migrate_fd_cancel()
1727 s->rp_state.from_dst_file = NULL; in migrate_init()
1728 s->rp_state.error = false; in migrate_init()
2268 s->rp_state.error = true; in mark_source_rp_bad()
2354 qemu_sem_post(&s->rp_state.rp_sem); in migrate_handle_rp_resume_ack()
2506 ms->rp_state.error = false; in source_return_path_thread()
2516 ms->rp_state.from_dst_file = NULL; in source_return_path_thread()
2527 if (!ms->rp_state.from_dst_file) { in open_return_path_on_source()
2565 return ms->rp_state.error; in await_return_path_close_on_source()
2832 if (s->rp_state.from_dst_file) { in migration_completion()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/migration/
H A Dcolo.c164 if (s->rp_state.from_dst_file) { in primary_vm_do_failover()
165 qemu_file_shutdown(s->rp_state.from_dst_file); in primary_vm_do_failover()
407 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
489 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
495 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
536 s->rp_state.from_dst_file = qemu_file_get_return_path(s->to_dst_file); in colo_process_checkpoint()
537 if (!s->rp_state.from_dst_file) { in colo_process_checkpoint()
549 colo_receive_check_message(s->rp_state.from_dst_file, in colo_process_checkpoint()
637 if (s->rp_state.from_dst_file) { in colo_process_checkpoint()
638 qemu_fclose(s->rp_state.from_dst_file); in colo_process_checkpoint()
H A Dmigration.c1677 if (s->rp_state.from_dst_file) { in migrate_fd_cancel()
1807 s->rp_state.from_dst_file = NULL; in migrate_init()
1808 s->rp_state.error = false; in migrate_init()
2373 s->rp_state.error = true; in mark_source_rp_bad()
2459 qemu_sem_post(&s->rp_state.rp_sem); in migrate_handle_rp_resume_ack()
2611 ms->rp_state.error = false; in source_return_path_thread()
2621 ms->rp_state.from_dst_file = NULL; in source_return_path_thread()
2632 if (!ms->rp_state.from_dst_file) { in open_return_path_on_source()
2670 return ms->rp_state.error; in await_return_path_close_on_source()
2945 if (s->rp_state.from_dst_file) { in migration_completion()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/migration/
H A Dcolo.c165 if (s->rp_state.from_dst_file) { in primary_vm_do_failover()
166 qemu_file_shutdown(s->rp_state.from_dst_file); in primary_vm_do_failover()
408 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
490 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
496 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
537 s->rp_state.from_dst_file = qemu_file_get_return_path(s->to_dst_file); in colo_process_checkpoint()
538 if (!s->rp_state.from_dst_file) { in colo_process_checkpoint()
550 colo_receive_check_message(s->rp_state.from_dst_file, in colo_process_checkpoint()
638 if (s->rp_state.from_dst_file) { in colo_process_checkpoint()
639 qemu_fclose(s->rp_state.from_dst_file); in colo_process_checkpoint()
H A Dmigration.c1678 if (s->rp_state.from_dst_file) { in migrate_fd_cancel()
1808 s->rp_state.from_dst_file = NULL; in migrate_init()
1809 s->rp_state.error = false; in migrate_init()
2374 s->rp_state.error = true; in mark_source_rp_bad()
2460 qemu_sem_post(&s->rp_state.rp_sem); in migrate_handle_rp_resume_ack()
2612 ms->rp_state.error = false; in source_return_path_thread()
2622 ms->rp_state.from_dst_file = NULL; in source_return_path_thread()
2633 if (!ms->rp_state.from_dst_file) { in open_return_path_on_source()
2671 return ms->rp_state.error; in await_return_path_close_on_source()
2946 if (s->rp_state.from_dst_file) { in migration_completion()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/migration/
H A Dcolo.c165 if (s->rp_state.from_dst_file) { in primary_vm_do_failover()
166 qemu_file_shutdown(s->rp_state.from_dst_file); in primary_vm_do_failover()
414 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
488 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
500 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
541 s->rp_state.from_dst_file = qemu_file_get_return_path(s->to_dst_file); in colo_process_checkpoint()
542 if (!s->rp_state.from_dst_file) { in colo_process_checkpoint()
554 colo_receive_check_message(s->rp_state.from_dst_file, in colo_process_checkpoint()
641 if (s->rp_state.from_dst_file) { in colo_process_checkpoint()
642 qemu_fclose(s->rp_state.from_dst_file); in colo_process_checkpoint()
H A Dmigration.c1872 if (s->rp_state.from_dst_file) { in migrate_fd_cancel()
2019 s->rp_state.from_dst_file = NULL; in migrate_init()
2020 s->rp_state.error = false; in migrate_init()
2589 s->rp_state.error = true; in mark_source_rp_bad()
2675 qemu_sem_post(&s->rp_state.rp_sem); in migrate_handle_rp_resume_ack()
2690 file = ms->rp_state.from_dst_file; in migration_release_from_dst_file()
2691 ms->rp_state.from_dst_file = NULL; in migration_release_from_dst_file()
2865 if (!ms->rp_state.from_dst_file) { in open_return_path_on_source()
2905 return ms->rp_state.error; in await_return_path_close_on_source()
3183 if (s->rp_state.rp_thread_created) { in migration_completion()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/migration/
H A Dcolo.c165 if (s->rp_state.from_dst_file) { in primary_vm_do_failover()
166 qemu_file_shutdown(s->rp_state.from_dst_file); in primary_vm_do_failover()
414 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
494 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
506 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
547 s->rp_state.from_dst_file = qemu_file_get_return_path(s->to_dst_file); in colo_process_checkpoint()
548 if (!s->rp_state.from_dst_file) { in colo_process_checkpoint()
560 colo_receive_check_message(s->rp_state.from_dst_file, in colo_process_checkpoint()
647 if (s->rp_state.from_dst_file) { in colo_process_checkpoint()
648 qemu_fclose(s->rp_state.from_dst_file); in colo_process_checkpoint()
H A Dmigration.c1888 if (s->rp_state.from_dst_file) { in migrate_fd_cancel()
2034 s->rp_state.from_dst_file = NULL; in migrate_init()
2035 s->rp_state.error = false; in migrate_init()
2583 s->rp_state.error = true; in mark_source_rp_bad()
2669 qemu_sem_post(&s->rp_state.rp_sem); in migrate_handle_rp_resume_ack()
2821 ms->rp_state.error = false; in source_return_path_thread()
2831 ms->rp_state.from_dst_file = NULL; in source_return_path_thread()
2842 if (!ms->rp_state.from_dst_file) { in open_return_path_on_source()
2880 return ms->rp_state.error; in await_return_path_close_on_source()
3157 if (s->rp_state.from_dst_file) { in migration_completion()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/migration/
H A Dcolo.c165 if (s->rp_state.from_dst_file) { in primary_vm_do_failover()
166 qemu_file_shutdown(s->rp_state.from_dst_file); in primary_vm_do_failover()
414 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
494 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
506 colo_receive_check_message(s->rp_state.from_dst_file, in colo_do_checkpoint_transaction()
547 s->rp_state.from_dst_file = qemu_file_get_return_path(s->to_dst_file); in colo_process_checkpoint()
548 if (!s->rp_state.from_dst_file) { in colo_process_checkpoint()
560 colo_receive_check_message(s->rp_state.from_dst_file, in colo_process_checkpoint()
648 if (s->rp_state.from_dst_file) { in colo_process_checkpoint()
649 qemu_fclose(s->rp_state.from_dst_file); in colo_process_checkpoint()
H A Dmigration.c1795 if (s->rp_state.from_dst_file) { in migrate_fd_cancel()
1932 s->rp_state.from_dst_file = NULL; in migrate_init()
1933 s->rp_state.error = false; in migrate_init()
2500 s->rp_state.error = true; in mark_source_rp_bad()
2586 qemu_sem_post(&s->rp_state.rp_sem); in migrate_handle_rp_resume_ack()
2738 ms->rp_state.error = false; in source_return_path_thread()
2748 ms->rp_state.from_dst_file = NULL; in source_return_path_thread()
2759 if (!ms->rp_state.from_dst_file) { in open_return_path_on_source()
2797 return ms->rp_state.error; in await_return_path_close_on_source()
3074 if (s->rp_state.from_dst_file) { in migration_completion()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/libfc/
H A Dfc_rport.c155 rdata->rp_state = RPORT_ST_INIT; in fc_rport_create()
247 if (rdata->rp_state != new) in fc_rport_state_enter()
249 rdata->rp_state = new; in fc_rport_state_enter()
306 rpriv->rp_state = rdata->rp_state; in fc_rport_work()
357 rpriv->rp_state = RPORT_ST_DELETE; in fc_rport_work()
437 switch (rdata->rp_state) { in fc_rport_login()
579 switch (rdata->rp_state) { in fc_rport_timeout()
622 switch (rdata->rp_state) { in fc_rport_error()
892 switch (rdata->rp_state) { in fc_rport_recv_flogi_req()
1711 switch (rdata->rp_state) { in fc_rport_recv_els_req()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/libfc/
H A Dfc_rport.c155 rdata->rp_state = RPORT_ST_INIT; in fc_rport_create()
247 if (rdata->rp_state != new) in fc_rport_state_enter()
249 rdata->rp_state = new; in fc_rport_state_enter()
306 rpriv->rp_state = rdata->rp_state; in fc_rport_work()
357 rpriv->rp_state = RPORT_ST_DELETE; in fc_rport_work()
437 switch (rdata->rp_state) { in fc_rport_login()
579 switch (rdata->rp_state) { in fc_rport_timeout()
622 switch (rdata->rp_state) { in fc_rport_error()
892 switch (rdata->rp_state) { in fc_rport_recv_flogi_req()
1711 switch (rdata->rp_state) { in fc_rport_recv_els_req()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/libfc/
H A Dfc_rport.c155 rdata->rp_state = RPORT_ST_INIT; in fc_rport_create()
247 if (rdata->rp_state != new) in fc_rport_state_enter()
249 rdata->rp_state = new; in fc_rport_state_enter()
306 rpriv->rp_state = rdata->rp_state; in fc_rport_work()
357 rpriv->rp_state = RPORT_ST_DELETE; in fc_rport_work()
437 switch (rdata->rp_state) { in fc_rport_login()
579 switch (rdata->rp_state) { in fc_rport_timeout()
622 switch (rdata->rp_state) { in fc_rport_error()
892 switch (rdata->rp_state) { in fc_rport_recv_flogi_req()
1711 switch (rdata->rp_state) { in fc_rport_recv_els_req()
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dbest_practices_utils.cpp580 auto rp_state = Get<RENDER_PASS_STATE>(pCreateInfo->renderPass); in PreCallValidateCreateFramebuffer() local
1579 if (rp_state) { in ValidateCmdBeginRenderPass()
1820 if (rp_state) { in RecordCmdBeginRenderPass()
1930 for (size_t i = 0; i < rp_state->createInfo.subpassCount; i++) { in RecordCmdBeginRenderPass()
1978 const auto* rp_state = pipe->rp_state.get(); in ValidateCmdDrawType() local
1979 if (rp_state) { in ValidateCmdDrawType()
2348 RENDER_PASS_STATE* rp_state = cmd_state->activeRenderPass.get(); in PreCallRecordCmdClearAttachments() local
2353 if (rectCount == 0 || !rp_state) { in PreCallRecordCmdClearAttachments()
2977 const auto& rp_state = cmd->render_pass_state; in ValidateClearAttachment() local
2979 …auto attachment_itr = std::find_if(rp_state.touchesAttachments.begin(), rp_state.touchesAttachment… in ValidateClearAttachment()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dsynchronization_validation.cpp353 const auto &rp_ci = rp_state.createInfo; in ResolveOperation()
911 if (subpass == rp_state.attachment_last_subpass[i]) { in ValidateStoreOperation()
1380 if (rp_state.attachment_last_subpass[i] == subpass) { in UpdateAttachmentStoreAccess()
3052 if (rp_state && cb_context) { in ValidateBeginRenderPass()
3132 auto rp_state = cb_state->activeRenderPass; in ValidateCmdNextSubpass() local
3133 if (!rp_state) return skip; in ValidateCmdNextSubpass()
3169 auto rp_state = cb_state->activeRenderPass; in RecordCmdNextSubpass() local
3170 if (!rp_state) return; in RecordCmdNextSubpass()
3203 auto rp_state = cb_state->activeRenderPass; in ValidateCmdEndRenderPass() local
3204 if (!rp_state) return skip; in ValidateCmdEndRenderPass()
[all …]
H A Dbest_practices_utils.cpp441 auto rp_state = GetRenderPassState(pCreateInfo->renderPass); in PreCallValidateCreateFramebuffer() local
442 if (rp_state && !(pCreateInfo->flags & VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT_KHR)) { in PreCallValidateCreateFramebuffer()
768 auto rp_state = GetRenderPassState(pCreateInfo->renderPass); in ValidateMultisampledBlendingArm() local
769 auto& subpass = rp_state->createInfo.pSubpasses[pCreateInfo->subpass]; in ValidateMultisampledBlendingArm()
1182 auto rp_state = GetRenderPassState(pRenderPassBegin->renderPass); in ValidateCmdBeginRenderPass() local
1183 if (rp_state) { in ValidateCmdBeginRenderPass()
1184 if (rp_state->createInfo.flags & VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT_KHR) { in ValidateCmdBeginRenderPass()
1192 for (uint32_t att = 0; att < rp_state->createInfo.attachmentCount; att++) { in ValidateCmdBeginRenderPass()
1193 auto& attachment = rp_state->createInfo.pAttachments[att]; in ValidateCmdBeginRenderPass()
1269 const auto* rp_state = cb_state->activeRenderPass.get(); in RecordCmdBeginRenderPass() local
[all …]
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c57 uint32 rp_state = STS_IDLE; variable
2681 if( rp_state != STS_PLAYNOTE ) in rp_process_frame()
3703 rp_state = STS_IDLE; in rp_subtask_main()
3851 switch( rp_state ) in rp_subtask_main()
3901 rp_state = STS_DEADED; in rp_subtask_main()
3921 rp_state_ack = rp_state; in do_the_music()
4019 if( rp_state == STS_DEADED ) in rp_init()
4097 rp_state = newstate; in set_player_state()
4170 rp_state = STS_PLAYPOS; in rp_send_command()
4224 rp_state = STS_PLAYPOS; in rp_send_command()
[all …]

12345