Searched refs:ic_genlock (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h371 mutex_enter(&(_ic)->ic_genlock)
373 mutex_exit(&(_ic)->ic_genlock)
375 mutex_owned(&(_ic)->ic_genlock)
377 ASSERT(mutex_owned(&(_ic)->ic_genlock))
H A Dnet80211.c740 mutex_init(&ic->ic_genlock, NULL, MUTEX_DRIVER, NULL);
835 mutex_destroy(&ic->ic_genlock);
H A Dnet80211_ioctl.c692 if (cv_reltimedwait_sig(&im->im_scan_cv, &ic->ic_genlock,
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h619 kmutex_t ic_genlock; member in struct:ieee80211com

Completed in 233 milliseconds