Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dworkqueue.c168 struct mutex attach_mutex; /* attach/detach exclusion */ member
390 if (({ lockdep_assert_held(&pool->attach_mutex); false; })) { } \
1666 mutex_lock(&pool->attach_mutex); in worker_attach_to_pool()
1684 mutex_unlock(&pool->attach_mutex); in worker_attach_to_pool()
1701 mutex_lock(&pool->attach_mutex); in worker_detach_from_pool()
1705 mutex_unlock(&pool->attach_mutex); in worker_detach_from_pool()
3123 mutex_init(&pool->attach_mutex); in init_worker_pool()
3204 mutex_lock(&pool->attach_mutex); in put_unbound_pool()
3207 mutex_unlock(&pool->attach_mutex); in put_unbound_pool()
4389 mutex_lock(&pool->attach_mutex); in wq_unbind_fn()
[all …]