Home
last modified time | relevance | path

Searched refs:tqbucket_lock (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dtaskq.c1089 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 …]
/titanic_41/usr/src/uts/common/sys/
H A Dtaskq_impl.h77 kmutex_t tqbucket_lock; member