Searched refs:sz_mutex (Results 1 – 2 of 2) sorted by relevance
2816 kmutex_t sz_mutex; member3097 #define IDN_SYNC_LOCK() (mutex_enter(&idn.sync.sz_mutex))3098 #define IDN_SYNC_TRYLOCK() (mutex_tryenter(&idn.sync.sz_mutex))3099 #define IDN_SYNC_UNLOCK() (mutex_exit(&idn.sync.sz_mutex))3100 #define IDN_SYNC_IS_LOCKED() (MUTEX_HELD(&idn.sync.sz_mutex))
1248 mutex_init(&idn.sync.sz_mutex, NULL, MUTEX_DEFAULT, NULL); in idn_init()1315 mutex_destroy(&idn.sync.sz_mutex); in idn_init()1417 mutex_destroy(&idn.sync.sz_mutex); in idn_deinit()