Searched refs:matching_state (Results 1 – 1 of 1) sorted by relevance
739 bool matching_state; in ept_bound_process() local750 matching_state = atomic_cas(&ept->state, EPT_CONFIGURED, in ept_bound_process()752 if (matching_state) { in ept_bound_process()792 matching_state = atomic_cas(&ept->rebound_state, EPT_REBOUNDING, in ept_bound_process()794 if (matching_state) { in ept_bound_process()1088 bool matching_state; in register_ept() local1096 matching_state = atomic_cas(&ept->rebound_state, EPT_DEREGISTERED, in register_ept()1098 if (!matching_state) { in register_ept()1146 bool matching_state; in deregister_ept() local1148 matching_state = atomic_cas(&ept->rebound_state, EPT_NORMAL, EPT_DEREGISTERED); in deregister_ept()[all …]