Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dsync.c153 BUG_ON(rsp->cb_state == CB_IDLE); in rcu_sync_func()
160 rsp->cb_state = CB_IDLE; in rcu_sync_func()
161 } else if (rsp->cb_state == CB_REPLAY) { in rcu_sync_func()
166 rsp->cb_state = CB_PENDING; in rcu_sync_func()
173 rsp->cb_state = CB_IDLE; in rcu_sync_func()
193 if (rsp->cb_state == CB_IDLE) { in rcu_sync_exit()
194 rsp->cb_state = CB_PENDING; in rcu_sync_exit()
196 } else if (rsp->cb_state == CB_PENDING) { in rcu_sync_exit()
197 rsp->cb_state = CB_REPLAY; in rcu_sync_exit()
209 int cb_state; in rcu_sync_dtor() local
[all …]
/linux-4.4.14/include/linux/
Drcu_sync.h37 int cb_state; member
70 .cb_state = 0, \
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dhal.h1076 enum phy_chan_bond_state cb_state; member