Searched refs:chanctx_mtx (Results 1 – 9 of 9) sorted by relevance
19 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_num_assigned()33 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_num_reserved()53 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_num_chanctx()63 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_can_create_new_chanctx()74 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_vif_get_chanctx()88 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_reserved_chandef()111 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_non_reserved_chandef()135 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_combined_chandef()153 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_can_reserve_chandef()172 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_find_reservation_chanctx()[all …]
2039 mutex_lock(&local->chanctx_mtx); in ieee80211_handle_reconfig_failure()2042 mutex_unlock(&local->chanctx_mtx); in ieee80211_handle_reconfig_failure()2056 mutex_lock(&local->chanctx_mtx); in ieee80211_assign_chanctx()2058 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_assign_chanctx()2063 mutex_unlock(&local->chanctx_mtx); in ieee80211_assign_chanctx()2256 mutex_lock(&local->chanctx_mtx); in ieee80211_reconfig()2261 mutex_unlock(&local->chanctx_mtx); in ieee80211_reconfig()2570 mutex_lock(&local->chanctx_mtx); in ieee80211_recalc_smps()2573 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_recalc_smps()2587 mutex_unlock(&local->chanctx_mtx); in ieee80211_recalc_smps()[all …]
184 mutex_lock(&sdata->local->chanctx_mtx); in ieee80211_start_p2p_device()186 mutex_unlock(&sdata->local->chanctx_mtx); in ieee80211_start_p2p_device()206 mutex_lock(&sdata->local->chanctx_mtx); in ieee80211_start_nan()208 mutex_unlock(&sdata->local->chanctx_mtx); in ieee80211_start_nan()3083 lockdep_assert_held(&local->chanctx_mtx); in __ieee80211_csa_finalize()3149 mutex_lock(&local->chanctx_mtx); in ieee80211_csa_finalize_work()3161 mutex_unlock(&local->chanctx_mtx); in ieee80211_csa_finalize_work()3328 mutex_lock(&local->chanctx_mtx); in __ieee80211_channel_switch()3330 lockdep_is_held(&local->chanctx_mtx)); in __ieee80211_channel_switch()3387 mutex_unlock(&local->chanctx_mtx); in __ieee80211_channel_switch()
1257 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()
1090 mutex_lock(&local->chanctx_mtx); in ieee80211_chswitch_work()1195 mutex_unlock(&local->chanctx_mtx); in ieee80211_chswitch_work()1266 mutex_lock(&local->chanctx_mtx); in ieee80211_sta_abort_chanswitch()1268 mutex_unlock(&local->chanctx_mtx); in ieee80211_sta_abort_chanswitch()1371 mutex_lock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()1373 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_sta_process_chanswitch()1403 mutex_unlock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()1444 mutex_unlock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()
308 mutex_lock(&local->chanctx_mtx); in ieee80211_check_concurrent_iface()310 mutex_unlock(&local->chanctx_mtx); in ieee80211_check_concurrent_iface()
1783 mutex_lock(&local->chanctx_mtx); in ieee80211_ibss_join()1786 mutex_unlock(&local->chanctx_mtx); in ieee80211_ibss_join()
674 mutex_init(&local->chanctx_mtx); in ieee80211_alloc_hw_nm()
1306 struct mutex chanctx_mtx; member