Searched refs:chanctx_mtx (Results 1 – 9 of 9) sorted by relevance
21 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_num_assigned()35 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_num_reserved()55 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_num_chanctx()65 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_can_create_new_chanctx()76 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_vif_get_chanctx()90 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_reserved_chandef()113 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_non_reserved_chandef()137 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_combined_chandef()155 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_chanctx_can_reserve_chandef()174 lockdep_assert_held(&local->chanctx_mtx); in ieee80211_find_reservation_chanctx()[all …]
2205 mutex_lock(&local->chanctx_mtx); in ieee80211_handle_reconfig_failure()2208 mutex_unlock(&local->chanctx_mtx); in ieee80211_handle_reconfig_failure()2220 mutex_lock(&local->chanctx_mtx); in ieee80211_assign_chanctx()2222 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_assign_chanctx()2227 mutex_unlock(&local->chanctx_mtx); in ieee80211_assign_chanctx()2420 mutex_lock(&local->chanctx_mtx); in ieee80211_reconfig()2425 mutex_unlock(&local->chanctx_mtx); in ieee80211_reconfig()2733 mutex_lock(&local->chanctx_mtx); in ieee80211_recalc_smps()2736 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_recalc_smps()2750 mutex_unlock(&local->chanctx_mtx); in ieee80211_recalc_smps()[all …]
202 mutex_lock(&sdata->local->chanctx_mtx); in ieee80211_start_p2p_device()204 mutex_unlock(&sdata->local->chanctx_mtx); in ieee80211_start_p2p_device()224 mutex_lock(&sdata->local->chanctx_mtx); in ieee80211_start_nan()226 mutex_unlock(&sdata->local->chanctx_mtx); in ieee80211_start_nan()3205 lockdep_assert_held(&local->chanctx_mtx); in __ieee80211_csa_finalize()3271 mutex_lock(&local->chanctx_mtx); in ieee80211_csa_finalize_work()3283 mutex_unlock(&local->chanctx_mtx); in ieee80211_csa_finalize_work()3460 mutex_lock(&local->chanctx_mtx); in __ieee80211_channel_switch()3462 lockdep_is_held(&local->chanctx_mtx)); in __ieee80211_channel_switch()3529 mutex_unlock(&local->chanctx_mtx); in __ieee80211_channel_switch()
1141 mutex_lock(&local->chanctx_mtx); in ieee80211_chswitch_work()1193 mutex_unlock(&local->chanctx_mtx); in ieee80211_chswitch_work()1269 mutex_lock(&local->chanctx_mtx); in ieee80211_sta_abort_chanswitch()1271 mutex_unlock(&local->chanctx_mtx); in ieee80211_sta_abort_chanswitch()1387 mutex_lock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()1389 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_sta_process_chanswitch()1419 mutex_unlock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()1451 mutex_lock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()1464 mutex_unlock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()
1256 mutex_lock(&local->chanctx_mtx); in iee80211_tdls_recalc_chanctx()1258 lockdep_is_held(&local->chanctx_mtx)); in iee80211_tdls_recalc_chanctx()1286 mutex_unlock(&local->chanctx_mtx); in iee80211_tdls_recalc_chanctx()
305 mutex_lock(&local->chanctx_mtx); in ieee80211_check_concurrent_iface()307 mutex_unlock(&local->chanctx_mtx); in ieee80211_check_concurrent_iface()
1782 mutex_lock(&local->chanctx_mtx); in ieee80211_ibss_join()1785 mutex_unlock(&local->chanctx_mtx); in ieee80211_ibss_join()
725 mutex_init(&local->chanctx_mtx); in ieee80211_alloc_hw_nm()
1361 struct mutex chanctx_mtx; member