Searched refs:mtx (Results 51 - 67 of 67) sorted by relevance

123

/linux-master/net/wireless/
H A Dibss.c95 lockdep_assert_held(&rdev->wiphy.mtx);
H A Dcore.h240 lockdep_assert_held(&rdev->wiphy.mtx);
H A Dutil.c1144 lockdep_assert_held(&rdev->wiphy.mtx);
1157 lockdep_assert_held(&rdev->wiphy.mtx);
H A Dmlme.c594 lockdep_assert_held(&rdev->wiphy.mtx);
H A Dnl80211.c90 lockdep_assert_held(&rdev->wiphy.mtx);
1014 mutex_lock(&(*rdev)->wiphy.mtx);
1044 mutex_lock(&(*rdev)->wiphy.mtx);
4375 mutex_unlock(&rdev->wiphy.mtx);
4389 mutex_lock(&rdev->wiphy.mtx);
6775 __acquire(&rdev->wiphy.mtx);
7773 __acquire(&rdev->wiphy.mtx);
7973 __acquire(&rdev->wiphy.mtx);
10419 __acquire(&rdev->wiphy.mtx);
10559 __acquire(&rdev->wiphy.mtx);
[all...]
H A Dreg.c153 lockdep_is_held(&wiphy->mtx) ||
/linux-master/net/mac80211/
H A Dsta_info.h801 lockdep_is_held(&(sta)->local->hw.wiphy->mtx));
H A Dkey.c483 lockdep_is_held(&sta->local->hw.wiphy->mtx));
883 lockdep_is_held(&sta->local->hw.wiphy->mtx));
H A Dutil.c778 lockdep_is_held(&local->hw.wiphy->mtx));
1652 lockdep_is_held(&local->hw.wiphy->mtx));
2120 lockdep_is_held(&local->hw.wiphy->mtx));
2122 lockdep_is_held(&local->hw.wiphy->mtx));
2281 lockdep_is_held(&local->hw.wiphy->mtx));
2320 lockdep_is_held(&local->hw.wiphy->mtx));
3459 /* it might be waiting for the local->mtx, but then
H A Dmain.c592 mutex_lock_nested(&local->hw.wiphy->mtx, 1);
593 __acquire(&local->hw.wiphy->mtx);
H A Dtdls.c1329 lockdep_is_held(&local->hw.wiphy->mtx));
H A Diface.c232 lockdep_is_held(&local->hw.wiphy->mtx));
H A Dcfg.c597 lockdep_is_held(&local->hw.wiphy->mtx));
1824 lockdep_is_held(&local->hw.wiphy->mtx));
3485 /* it might be waiting for the local->mtx, but then
H A Dmlme.c2140 lockdep_is_held(&local->hw.wiphy->mtx));
5211 lockdep_is_held(&local->hw.wiphy->mtx));
6418 lockdep_is_held(&local->hw.wiphy->mtx));
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dlink.c877 lockdep_is_held(&mvmvif->mvm->hw->wiphy->mtx));
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c2485 mutex_init(&fbdev->mtx);
/linux-master/include/net/
H A Dmac80211.h2077 return lockdep_is_held(&ieee80211_vif_to_wdev(vif)->wiphy->mtx);

Completed in 426 milliseconds

123