Home
last modified time | relevance | path

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

/linux-4.1.27/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.c1724 mutex_lock(&local->chanctx_mtx); in ieee80211_handle_reconfig_failure()
1727 mutex_unlock(&local->chanctx_mtx); in ieee80211_handle_reconfig_failure()
1741 mutex_lock(&local->chanctx_mtx); in ieee80211_assign_chanctx()
1743 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_assign_chanctx()
1748 mutex_unlock(&local->chanctx_mtx); in ieee80211_assign_chanctx()
1857 mutex_lock(&local->chanctx_mtx); in ieee80211_reconfig()
1862 mutex_unlock(&local->chanctx_mtx); in ieee80211_reconfig()
2166 mutex_lock(&local->chanctx_mtx); in ieee80211_recalc_smps()
2169 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_recalc_smps()
2177 mutex_unlock(&local->chanctx_mtx); in ieee80211_recalc_smps()
[all …]
Dcfg.c118 mutex_lock(&sdata->local->chanctx_mtx); in ieee80211_start_p2p_device()
120 mutex_unlock(&sdata->local->chanctx_mtx); in ieee80211_start_p2p_device()
2921 lockdep_assert_held(&local->chanctx_mtx); in __ieee80211_csa_finalize()
2987 mutex_lock(&local->chanctx_mtx); in ieee80211_csa_finalize_work()
2999 mutex_unlock(&local->chanctx_mtx); in ieee80211_csa_finalize_work()
3166 mutex_lock(&local->chanctx_mtx); in __ieee80211_channel_switch()
3168 lockdep_is_held(&local->chanctx_mtx)); in __ieee80211_channel_switch()
3229 mutex_unlock(&local->chanctx_mtx); in __ieee80211_channel_switch()
Dmlme.c985 mutex_lock(&local->chanctx_mtx); in ieee80211_chswitch_work()
1040 mutex_unlock(&local->chanctx_mtx); in ieee80211_chswitch_work()
1165 mutex_lock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()
1167 lockdep_is_held(&local->chanctx_mtx)); in ieee80211_sta_process_chanswitch()
1203 mutex_unlock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()
1234 mutex_unlock(&local->chanctx_mtx); in ieee80211_sta_process_chanswitch()
Diface.c315 mutex_lock(&local->chanctx_mtx); in ieee80211_check_concurrent_iface()
317 mutex_unlock(&local->chanctx_mtx); in ieee80211_check_concurrent_iface()
Dibss.c1761 mutex_lock(&local->chanctx_mtx); in ieee80211_ibss_join()
1764 mutex_unlock(&local->chanctx_mtx); in ieee80211_ibss_join()
Dmain.c613 mutex_init(&local->chanctx_mtx); in ieee80211_alloc_hw_nm()
Dieee80211_i.h1262 struct mutex chanctx_mtx; member