Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dworkqueue.c168 struct mutex attach_mutex; /* attach/detach exclusion */ member
395 if (({ lockdep_assert_held(&pool->attach_mutex); false; })) { } \
1671 mutex_lock(&pool->attach_mutex); in worker_attach_to_pool()
1689 mutex_unlock(&pool->attach_mutex); in worker_attach_to_pool()
1706 mutex_lock(&pool->attach_mutex); in worker_detach_from_pool()
1710 mutex_unlock(&pool->attach_mutex); in worker_detach_from_pool()
3160 mutex_init(&pool->attach_mutex); in init_worker_pool()
3241 mutex_lock(&pool->attach_mutex); in put_unbound_pool()
3244 mutex_unlock(&pool->attach_mutex); in put_unbound_pool()
4409 mutex_lock(&pool->attach_mutex); in wq_unbind_fn()
[all …]