Searched refs:srcu_held (Results 1 – 2 of 2) sorted by relevance
1144 if (unlikely(!trans->srcu_held)) in bch2_btree_path_traverse_one()3028 WARN(trans->srcu_held && time_after(jiffies, trans->srcu_lock_time + HZ * 10), in check_srcu_held_too_long()3035 if (trans->srcu_held) { in bch2_trans_srcu_unlock()3046 trans->srcu_held = false; in bch2_trans_srcu_unlock()3052 if (!trans->srcu_held) { in bch2_trans_srcu_lock()3055 trans->srcu_held = true; in bch2_trans_srcu_lock()3119 if (unlikely(trans->srcu_held && in bch2_trans_begin()3230 trans->srcu_held = true; in __bch2_trans_get()3273 if (trans->srcu_held) { in bch2_trans_put()
499 bool srcu_held:1; member
Completed in 12 milliseconds