Home
last modified time | relevance | path

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); in ieee80211_attach()
835 mutex_destroy(&ic->ic_genlock); in ieee80211_detach()
H A Dnet80211_ioctl.c692 if (cv_reltimedwait_sig(&im->im_scan_cv, &ic->ic_genlock, in wifi_wait_scan()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h619 kmutex_t ic_genlock; member