Lines Matching defs:mtx
5485 * @mtx: mutex for the data (structures) of this device
5704 struct mutex mtx;
5970 #define lockdep_assert_wiphy(wiphy) lockdep_assert_held(&(wiphy)->mtx)
5981 rcu_dereference_check(p, lockdep_is_held(&wiphy->mtx))
5984 * wiphy_dereference - fetch RCU pointer when updates are prevented by wiphy mtx
5992 rcu_dereference_protected(p, lockdep_is_held(&wiphy->mtx))
6045 __acquires(&wiphy->mtx)
6047 mutex_lock(&wiphy->mtx);
6048 __acquire(&wiphy->mtx);
6056 __releases(&wiphy->mtx)
6058 __release(&wiphy->mtx);
6059 mutex_unlock(&wiphy->mtx);
6063 mutex_lock(&_T->mtx),
6064 mutex_unlock(&_T->mtx))