Searched refs:c_active_stopcall (Results 1 – 2 of 2) sorted by relevance
818 conclave->c_active_stopcall = false; in exclaves_conclave_init()885 assert3u(conclave->c_active_stopcall, ==, 0); in exclaves_conclave_detach()922 conclave->c_active_stopcall) { in exclaves_conclave_inherit()971 conclave->c_active_stopcall) { in exclaves_conclave_launch()1043 conclave->c_active_stopcall = true; in exclaves_update_state_machine_locked()1062 conclave->c_active_stopcall = false; in exclaves_update_state_machine_locked()1069 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_update_state_machine_locked()1110 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_conclave_stop()1148 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_conclave_suspend()1186 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_conclave_resume()[all …]
107 bool c_active_stopcall; member