Searched refs:cb_state (Results 1 – 7 of 7) sorted by relevance
170 BUG_ON(rsp->cb_state == CB_IDLE); in rcu_sync_func()177 rsp->cb_state = CB_IDLE; in rcu_sync_func()178 } else if (rsp->cb_state == CB_REPLAY) { in rcu_sync_func()183 rsp->cb_state = CB_PENDING; in rcu_sync_func()190 rsp->cb_state = CB_IDLE; in rcu_sync_func()210 if (rsp->cb_state == CB_IDLE) { in rcu_sync_exit()211 rsp->cb_state = CB_PENDING; in rcu_sync_exit()213 } else if (rsp->cb_state == CB_PENDING) { in rcu_sync_exit()214 rsp->cb_state = CB_REPLAY; in rcu_sync_exit()226 int cb_state; in rcu_sync_dtor() local[all …]
37 int cb_state; member71 .cb_state = 0, \
635 nic_cb->cb_state = HINIC_CB_ENABLED; in hinic_hwdev_cb_register()662 nic_cb->cb_state &= ~HINIC_CB_ENABLED; in hinic_hwdev_cb_unregister()664 while (nic_cb->cb_state & HINIC_CB_RUNNING) in hinic_hwdev_cb_unregister()682 enum hinic_cb_state cb_state; in nic_mgmt_msg_handler() local703 cb_state = cmpxchg(&nic_cb->cb_state, in nic_mgmt_msg_handler()707 if ((cb_state == HINIC_CB_ENABLED) && (nic_cb->handler)) in nic_mgmt_msg_handler()713 nic_cb->cb_state &= ~HINIC_CB_RUNNING; in nic_mgmt_msg_handler()
381 unsigned long cb_state; in mgmt_recv_msg_handler() local392 cb_state = cmpxchg(&mgmt_cb->state, in mgmt_recv_msg_handler()396 if ((cb_state == HINIC_MGMT_CB_ENABLED) && (mgmt_cb->cb)) in mgmt_recv_msg_handler()
191 unsigned long cb_state; member
66 enum cpuhp_state cb_state; member622 state = st->cb_state; in cpuhp_thread_fun()698 st->cb_state = state; in cpuhp_invoke_ap_callback()
1096 enum phy_chan_bond_state cb_state; member