Searched refs:tse_lock (Results 1 – 2 of 2) sorted by relevance
335 kmutex_t tse_lock; member826 #define EQ_LOCK(eq) mutex_enter(&(eq)->tse_lock)827 #define EQ_UNLOCK(eq) mutex_exit(&(eq)->tse_lock)828 #define EQ_LOCK_ASSERT_OWNED(eq) ASSERT(mutex_owned(&(eq)->tse_lock))829 #define EQ_LOCK_ASSERT_NOTOWNED(eq) ASSERT(!mutex_owned(&(eq)->tse_lock))
1652 mutex_init(&eq->tse_lock, NULL, MUTEX_DRIVER, in t4_alloc_eq_base()1670 mutex_destroy(&eq->tse_lock); in t4_alloc_eq_base()1823 mutex_destroy(&eq->tse_lock); in t4_free_eq()