Home
last modified time | relevance | path

Searched refs:nt_scanlock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h390 #define IEEE80211_SCAN_LOCK(_nt) mutex_enter(&(_nt)->nt_scanlock)
391 #define IEEE80211_SCAN_UNLOCK(_nt) mutex_exit(&(_nt)->nt_scanlock)
H A Dnet80211_node.c1594 mutex_init(&nt->nt_scanlock, NULL, MUTEX_DRIVER, NULL); in ieee80211_node_table_init()
1636 mutex_destroy(&nt->nt_scanlock); in ieee80211_node_table_cleanup()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h346 kmutex_t nt_scanlock; /* on nt_scangen */ member