Searched refs:nt_nodelock (Results 1 – 3 of 3) sorted by relevance
380 mutex_enter(&(_nt)->nt_nodelock)382 mutex_exit(&(_nt)->nt_nodelock)384 mutex_owned(&(_nt)->nt_nodelock)386 ASSERT(mutex_owned(&(_nt)->nt_nodelock))
1595 mutex_init(&nt->nt_nodelock, NULL, MUTEX_DRIVER, NULL); in ieee80211_node_table_init()1635 mutex_destroy(&nt->nt_nodelock); in ieee80211_node_table_cleanup()
342 kmutex_t nt_nodelock; /* on node table */ member