Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c1204 ASSERT(MUTEX_NOT_HELD(&b->tqbucket_lock)); in taskq_bucket_dispatch()
1208 mutex_enter(&b->tqbucket_lock); in taskq_bucket_dispatch()
1237 mutex_exit(&b->tqbucket_lock); in taskq_bucket_dispatch()
1260 ASSERT(MUTEX_NOT_HELD(&b->tqbucket_lock)); in taskq_idlebucket_dispatch()
1261 ASSERT(MUTEX_NOT_HELD(&idleb->tqbucket_lock)); in taskq_idlebucket_dispatch()
1275 mutex_enter(&idleb->tqbucket_lock); in taskq_idlebucket_dispatch()
1307 mutex_enter(&b->tqbucket_lock); in taskq_idlebucket_dispatch()
1309 mutex_exit(&b->tqbucket_lock); in taskq_idlebucket_dispatch()
1324 mutex_exit(&idleb->tqbucket_lock); in taskq_idlebucket_dispatch()
1346 mutex_enter(&bucket->tqbucket_lock); in taskq_backlog_dispatch()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dtaskq_impl.h80 kmutex_t tqbucket_lock; member