Home
last modified time | relevance | path

Searched refs:chanctx_mtx (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/net/mac80211/
Dchan.c18 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_num_assigned()
32 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_num_reserved()
52 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_num_chanctx()
62 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_can_create_new_chanctx()
73 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_vif_get_chanctx()
87 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_reserved_chandef()
110 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_non_reserved_chandef()
134 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_combined_chandef()
152 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_can_reserve_chandef()
171 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_find_reservation_chanctx()
[all …]
Dutil.c1699 mutex_lock(&local->chanctx_mtx); in ieee80211_handle_reconfig_failure()
1702 mutex_unlock(&local->chanctx_mtx); in ieee80211_handle_reconfig_failure()
1716 mutex_lock(&local->chanctx_mtx); in ieee80211_assign_chanctx()
1718 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_assign_chanctx()
1723 mutex_unlock(&local->chanctx_mtx); in ieee80211_assign_chanctx()
1875 mutex_lock(&local->chanctx_mtx); in ieee80211_reconfig()
1880 mutex_unlock(&local->chanctx_mtx); in ieee80211_reconfig()
2153 mutex_lock(&local->chanctx_mtx); in ieee80211_recalc_smps()
2156 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_recalc_smps()
2170 mutex_unlock(&local->chanctx_mtx); in ieee80211_recalc_smps()
[all …]
Dcfg.c117 mutex_lock(&sdata->local->chanctx_mtx); in ieee80211_start_p2p_device()
119 mutex_unlock(&sdata->local->chanctx_mtx); in ieee80211_start_p2p_device()
2943 lockdep_assert_held(&local->chanctx_mtx); in __ieee80211_csa_finalize()
3009 mutex_lock(&local->chanctx_mtx); in ieee80211_csa_finalize_work()
3021 mutex_unlock(&local->chanctx_mtx); in ieee80211_csa_finalize_work()
3188 mutex_lock(&local->chanctx_mtx); in __ieee80211_channel_switch()
3190 lockdep_is_held(&local->chanctx_mtx)); in __ieee80211_channel_switch()
3251 mutex_unlock(&local->chanctx_mtx); in __ieee80211_channel_switch()
Dtdls.c1251 mutex_lock(&local->chanctx_mtx); in iee80211_tdls_recalc_chanctx()
1253 lockdep_is_held(&local->chanctx_mtx)); in iee80211_tdls_recalc_chanctx()
1258 mutex_unlock(&local->chanctx_mtx); in iee80211_tdls_recalc_chanctx()
Dmlme.c1008 mutex_lock(&local->chanctx_mtx); in ieee80211_chswitch_work()
1063 mutex_unlock(&local->chanctx_mtx); in ieee80211_chswitch_work()
1196 mutex_lock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()
1198 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_sta_process_chanswitch()
1234 mutex_unlock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()
1265 mutex_unlock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()
Diface.c316 mutex_lock(&local->chanctx_mtx); in ieee80211_check_concurrent_iface()
318 mutex_unlock(&local->chanctx_mtx); in ieee80211_check_concurrent_iface()
Dibss.c1774 mutex_lock(&local->chanctx_mtx); in ieee80211_ibss_join()
1777 mutex_unlock(&local->chanctx_mtx); in ieee80211_ibss_join()
Dmain.c608 mutex_init(&local->chanctx_mtx); in ieee80211_alloc_hw_nm()
Dieee80211_i.h1255 struct mutex chanctx_mtx; member