Searched refs:mt_lock_is_held (Results 1 – 2 of 2) sorted by relevance
188 #define mt_lock_is_held(mt) lock_is_held(mt->ma_external_lock) macro193 #define mt_lock_is_held(mt) 1 macro613 BUG_ON(!mt_lock_is_held(mt)); in mt_clear_in_rcu()632 BUG_ON(!mt_lock_is_held(mt)); in mt_set_in_rcu()
800 return mt_external_lock(mt) ? mt_lock_is_held(mt) : in mt_locked()