Searched refs:CONCLAVE_S_RUNNING (Results 1 – 2 of 2) sorted by relevance
90 CONCLAVE_S_RUNNING = 0x2, enumerator
1144 pending_state = CONCLAVE_S_RUNNING; in exclaves_update_state_machine_locked()1162 if (suspend && conclave->c_state != CONCLAVE_S_RUNNING) { in exclaves_update_state_machine_locked()1173 pending_state = suspend ? CONCLAVE_S_SUSPENDED : CONCLAVE_S_RUNNING; in exclaves_update_state_machine_locked()1182 if (conclave->c_state != CONCLAVE_S_RUNNING && in exclaves_update_state_machine_locked()1349 } else if (conclave->c_state == CONCLAVE_S_RUNNING) { in exclaves_conclave_resume()