Searched refs:CONCLAVE_S_RUNNING (Results 1 – 2 of 2) sorted by relevance
88 CONCLAVE_S_RUNNING = 0x2, enumerator
998 pending_state = CONCLAVE_S_RUNNING; in exclaves_update_state_machine_locked()1016 if (suspend && conclave->c_state != CONCLAVE_S_RUNNING) { in exclaves_update_state_machine_locked()1027 pending_state = suspend ? CONCLAVE_S_SUSPENDED : CONCLAVE_S_RUNNING; in exclaves_update_state_machine_locked()1036 if (conclave->c_state != CONCLAVE_S_RUNNING && in exclaves_update_state_machine_locked()1203 } else if (conclave->c_state == CONCLAVE_S_RUNNING) { in exclaves_conclave_resume()