Searched refs:chanctx_mtx (Results 1 - 5 of 5) sorted by relevance

/net/mac80211/
H A Dchan.c37 lockdep_assert_held(&local->chanctx_mtx);
85 lockdep_assert_held(&local->chanctx_mtx);
133 lockdep_assert_held(&local->chanctx_mtx);
172 lockdep_assert_held(&local->chanctx_mtx);
198 lockdep_assert_held(&local->chanctx_mtx);
229 lockdep_assert_held(&local->chanctx_mtx);
255 lockdep_assert_held(&local->chanctx_mtx);
258 lockdep_is_held(&local->chanctx_mtx));
274 lockdep_assert_held(&local->chanctx_mtx);
298 lockdep_assert_held(&local->chanctx_mtx);
[all...]
H A Dutil.c1434 mutex_lock(&local->chanctx_mtx);
1436 lockdep_is_held(&local->chanctx_mtx));
1441 mutex_unlock(&local->chanctx_mtx);
1527 mutex_lock(&local->chanctx_mtx);
1530 mutex_unlock(&local->chanctx_mtx);
1790 mutex_lock(&local->chanctx_mtx);
1793 lockdep_is_held(&local->chanctx_mtx));
1801 mutex_unlock(&local->chanctx_mtx);
H A Dmain.c614 mutex_init(&local->chanctx_mtx);
H A Dmlme.c1215 mutex_lock(&local->chanctx_mtx);
1217 mutex_unlock(&local->chanctx_mtx);
1227 mutex_unlock(&local->chanctx_mtx);
1230 mutex_unlock(&local->chanctx_mtx);
H A Dieee80211_i.h1035 struct mutex chanctx_mtx; member in struct:ieee80211_local

Completed in 314 milliseconds