Searched refs:nt_nodelock (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h380 mutex_enter(&(_nt)->nt_nodelock)
382 mutex_exit(&(_nt)->nt_nodelock)
384 mutex_owned(&(_nt)->nt_nodelock)
386 ASSERT(mutex_owned(&(_nt)->nt_nodelock))
H A Dnet80211_node.c1595 mutex_init(&nt->nt_nodelock, NULL, MUTEX_DRIVER, NULL);
1635 mutex_destroy(&nt->nt_nodelock);
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h347 kmutex_t nt_nodelock; /* on node table */ member in struct:ieee80211_node_table

Completed in 52 milliseconds