Searched refs:nrefs (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/net80211/
H A Dieee80211_xauth.c60 static int nrefs = 0; variable
H A Dieee80211_acl.c95 static int nrefs = 0; variable
111 nrefs++; /* NB: we assume caller locking */
120 KASSERT(nrefs > 0, ("imbalanced attach/detach"));
121 nrefs--; /* NB: we assume caller locking */
H A Dieee80211_ratectl_none.c98 static int nrefs = 0; variable
H A Dieee80211_amrr.c77 static int nrefs = 0; variable
117 nrefs++; /* XXX locking */
134 KASSERT(nrefs > 0, ("imbalanced attach/detach"));
135 nrefs--; /* XXX locking */
H A Dieee80211_rssadapt.c93 static int nrefs = 0; variable
134 nrefs++; /* XXX locking */
150 KASSERT(nrefs > 0, ("imbalanced attach/detach"));
151 nrefs--; /* XXX locking */
H A Dieee80211_crypto_ccmp.c92 static int nrefs = 0; variable
107 nrefs++; /* NB: we assume caller locking */
117 KASSERT(nrefs > 0, ("imbalanced attach/detach"));
118 nrefs--; /* NB: we assume caller locking */
H A Dieee80211_crypto_wep.c83 static int nrefs = 0; variable
100 nrefs++; /* NB: we assume caller locking */
110 KASSERT(nrefs > 0, ("imbalanced attach/detach"));
111 nrefs--; /* NB: we assume caller locking */
H A Dieee80211_freebsd.h357 if (nrefs) { \
359 nrefs); \
H A Dieee80211_crypto_tkip.c105 static int nrefs = 0; variable
120 nrefs++; /* NB: we assume caller locking */
130 KASSERT(nrefs > 0, ("imbalanced attach/detach"));
131 nrefs--; /* NB: we assume caller locking */
H A Dieee80211_scan_sta.c147 static int nrefs = 0; variable
169 nrefs++; /* NB: we assume caller locking */
186 KASSERT(nrefs > 0, ("imbalanced attach/detach"));
187 nrefs--; /* NB: we assume caller locking */

Completed in 110 milliseconds