Searched refs:c_active_downcall (Results 1 – 2 of 2) sorted by relevance
817 conclave->c_active_downcall = false; in exclaves_conclave_init()866 while (conclave->c_active_downcall) { in exclaves_conclave_detach()871 (event_t)&conclave->c_active_downcall, in exclaves_conclave_detach()884 assert3u(conclave->c_active_downcall, ==, 0); in exclaves_conclave_detach()921 conclave->c_active_downcall || in exclaves_conclave_inherit()970 conclave->c_active_downcall || in exclaves_conclave_launch()995 assert3u(conclave->c_active_downcall, ==, 0); in exclaves_update_state_machine_locked()996 conclave->c_active_downcall = true; in exclaves_update_state_machine_locked()1024 assert3u(conclave->c_active_downcall, ==, 0); in exclaves_update_state_machine_locked()1025 conclave->c_active_downcall = true; in exclaves_update_state_machine_locked()[all …]
106 bool c_active_downcall; member