Searched refs:tqbucket_lock (Results 1 – 2 of 2) sorted by relevance
1089 ASSERT(MUTEX_NOT_HELD(&b->tqbucket_lock)); in taskq_bucket_dispatch()1092 mutex_enter(&b->tqbucket_lock); in taskq_bucket_dispatch()1122 mutex_exit(&b->tqbucket_lock); in taskq_bucket_dispatch()1336 mutex_enter(&b->tqbucket_lock); in taskq_wait()1338 cv_wait(&b->tqbucket_cv, &b->tqbucket_lock); in taskq_wait()1339 mutex_exit(&b->tqbucket_lock); in taskq_wait()1360 mutex_enter(&b->tqbucket_lock); in taskq_suspend()1362 mutex_exit(&b->tqbucket_lock); in taskq_suspend()1395 mutex_enter(&b->tqbucket_lock); in taskq_resume()1397 mutex_exit(&b->tqbucket_lock); in taskq_resume()[all …]
77 kmutex_t tqbucket_lock; member