Searched refs:c_active_downcall (Results 1 – 2 of 2) sorted by relevance
933 conclave->c_active_downcall = false; in exclaves_conclave_init()984 while (conclave->c_active_downcall) { in exclaves_conclave_detach()989 (event_t)&conclave->c_active_downcall, in exclaves_conclave_detach()1002 assert3u(conclave->c_active_downcall, ==, 0); in exclaves_conclave_detach()1042 conclave->c_active_downcall || in exclaves_conclave_inherit()1096 conclave->c_active_downcall || in exclaves_conclave_launch()1141 assert3u(conclave->c_active_downcall, ==, 0); in exclaves_update_state_machine_locked()1142 conclave->c_active_downcall = true; in exclaves_update_state_machine_locked()1170 assert3u(conclave->c_active_downcall, ==, 0); in exclaves_update_state_machine_locked()1171 conclave->c_active_downcall = true; in exclaves_update_state_machine_locked()[all …]
122 bool c_active_downcall; member