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

/freebsd-9.3-release/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_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.h308 if (nrefs) { \
310 nrefs); \
H A Dieee80211_amrr.c76 static int nrefs = 0; variable
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_rssadapt.c93 static int nrefs = 0; variable
H A Dieee80211_scan_sta.c146 static int nrefs = 0; variable
168 nrefs++; /* NB: we assume caller locking */
185 KASSERT(nrefs > 0, ("imbalanced attach/detach"));
186 nrefs--; /* NB: we assume caller locking */
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drbtdb.c1703 unsigned int refs, nrefs; local
1714 dns_rbtnode_refdecrement(node, &nrefs);
1715 INSIST((int)nrefs >= 0);
1716 if (nrefs == 0) {
1720 return ((nrefs == 0) ? ISC_TRUE : ISC_FALSE);
1729 dns_rbtnode_refdecrement(node, &nrefs);
1730 INSIST((int)nrefs >= 0);
1731 if (nrefs > 0) {

Completed in 315 milliseconds