Searched refs:CONCLAVE_S_SUSPENDED (Results 1 – 2 of 2) sorted by relevance
92 CONCLAVE_S_SUSPENDED = 0x4, enumerator
1166 if (!suspend && conclave->c_state != CONCLAVE_S_SUSPENDED) { in exclaves_update_state_machine_locked()1173 pending_state = suspend ? CONCLAVE_S_SUSPENDED : CONCLAVE_S_RUNNING; in exclaves_update_state_machine_locked()1183 conclave->c_state != CONCLAVE_S_SUSPENDED) { in exclaves_update_state_machine_locked()1311 } else if (conclave->c_state == CONCLAVE_S_SUSPENDED) { in exclaves_conclave_suspend()