Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1776 mutex_lock(&local->chanctx_mtx); in ieee80211_handle_reconfig_failure()
1779 mutex_unlock(&local->chanctx_mtx); in ieee80211_handle_reconfig_failure()
1793 mutex_lock(&local->chanctx_mtx); in ieee80211_assign_chanctx()
1795 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_assign_chanctx()
1800 mutex_unlock(&local->chanctx_mtx); in ieee80211_assign_chanctx()
1993 mutex_lock(&local->chanctx_mtx); in ieee80211_reconfig()
1998 mutex_unlock(&local->chanctx_mtx); in ieee80211_reconfig()
2298 mutex_lock(&local->chanctx_mtx); in ieee80211_recalc_smps()
2301 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_recalc_smps()
2315 mutex_unlock(&local->chanctx_mtx); in ieee80211_recalc_smps()
[all …]
Dcfg.c185 mutex_lock(&sdata->local->chanctx_mtx); in ieee80211_start_p2p_device()
187 mutex_unlock(&sdata->local->chanctx_mtx); in ieee80211_start_p2p_device()
207 mutex_lock(&sdata->local->chanctx_mtx); in ieee80211_start_nan()
209 mutex_unlock(&sdata->local->chanctx_mtx); in ieee80211_start_nan()
2980 lockdep_assert_held(&local->chanctx_mtx); in __ieee80211_csa_finalize()
3046 mutex_lock(&local->chanctx_mtx); in ieee80211_csa_finalize_work()
3058 mutex_unlock(&local->chanctx_mtx); in ieee80211_csa_finalize_work()
3225 mutex_lock(&local->chanctx_mtx); in __ieee80211_channel_switch()
3227 lockdep_is_held(&local->chanctx_mtx)); in __ieee80211_channel_switch()
3284 mutex_unlock(&local->chanctx_mtx); in __ieee80211_channel_switch()
Dtdls.c1257 mutex_lock(&local->chanctx_mtx); in iee80211_tdls_recalc_chanctx()
1259 lockdep_is_held(&local->chanctx_mtx)); in iee80211_tdls_recalc_chanctx()
1287 mutex_unlock(&local->chanctx_mtx); in iee80211_tdls_recalc_chanctx()
Dmlme.c1060 mutex_lock(&local->chanctx_mtx); in ieee80211_chswitch_work()
1168 mutex_unlock(&local->chanctx_mtx); in ieee80211_chswitch_work()
1300 mutex_lock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()
1302 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_sta_process_chanswitch()
1338 mutex_unlock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()
1379 mutex_unlock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()
Diface.c310 mutex_lock(&local->chanctx_mtx); in ieee80211_check_concurrent_iface()
312 mutex_unlock(&local->chanctx_mtx); in ieee80211_check_concurrent_iface()
Dibss.c1776 mutex_lock(&local->chanctx_mtx); in ieee80211_ibss_join()
1779 mutex_unlock(&local->chanctx_mtx); in ieee80211_ibss_join()
Dmain.c654 mutex_init(&local->chanctx_mtx); in ieee80211_alloc_hw_nm()
Dieee80211_i.h1285 struct mutex chanctx_mtx; member