Home
last modified time | relevance | path

Searched refs:rebound_state (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icbmsg.c177 atomic_t rebound_state; /* Rebounding state. */ member
792 matching_state = atomic_cas(&ept->rebound_state, EPT_REBOUNDING, in ept_bound_process()
824 if (atomic_get(&ept->rebound_state) != EPT_NORMAL) { in get_ept_and_rx_validate()
1096 matching_state = atomic_cas(&ept->rebound_state, EPT_DEREGISTERED, in register_ept()
1148 matching_state = atomic_cas(&ept->rebound_state, EPT_NORMAL, EPT_DEREGISTERED); in deregister_ept()