Searched refs:next_state (Results 1 – 5 of 5) sorted by relevance
| /include/rv/ |
| A D | da_monitor.h | 123 enum states_##name curr_state, next_state; \ 127 next_state = model_get_next_state_##name(curr_state, event); \ 128 if (next_state == INVALID_STATE) { \ 134 if (likely(try_cmpxchg(&da_mon->curr_state, &curr_state, next_state))) { \ 137 model_get_state_name_##name(next_state), \ 138 model_is_final_state_##name(next_state)); \ 162 enum states_##name curr_state, next_state; \ 166 next_state = model_get_next_state_##name(curr_state, event); \ 167 if (next_state == INVALID_STATE) { \ 178 model_get_state_name_##name(next_state), \ [all …]
|
| A D | ltl_monitor.h | 120 ltl_trace_event(struct task_struct *task, struct ltl_monitor *mon, unsigned long *next_state) in ltl_trace_event() argument 131 snprintf(next, sizeof(next), "%*pbl", RV_MAX_BA_STATES, next_state); in ltl_trace_event()
|
| /include/net/ |
| A D | llc_s_st.h | 27 u8 next_state; member
|
| A D | llc_c_st.h | 41 u8 next_state; member
|
| /include/rdma/ |
| A D | ib_verbs.h | 3118 bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
|
Completed in 245 milliseconds