Searched refs:CONCLAVE_S_STOPPED (Results 1 – 2 of 2) sorted by relevance
997 conclave->c_state != CONCLAVE_S_STOPPED) { in exclaves_conclave_detach()1191 pending_state = CONCLAVE_S_STOPPED; in exclaves_update_state_machine_locked()1215 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_update_state_machine_locked()1256 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_conclave_stop()1270 conclave->c_state = CONCLAVE_S_STOPPED; in exclaves_conclave_stop()1294 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_conclave_suspend()1332 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_conclave_resume()1371 if (conclave->c_state == CONCLAVE_S_STOPPED || conclave->c_active_stopcall) { in exclaves_conclave_stop_upcall()1407 conclave->c_state = CONCLAVE_S_STOPPED; in exclaves_conclave_stop_upcall_complete()
91 CONCLAVE_S_STOPPED = 0x3, enumerator