Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dworkqueue.c170 struct completion *detach_completion; /* all workers detached */ member
1704 struct completion *detach_completion = NULL; in worker_detach_from_pool() local
1709 detach_completion = pool->detach_completion; in worker_detach_from_pool()
1715 if (detach_completion) in worker_detach_from_pool()
1716 complete(detach_completion); in worker_detach_from_pool()
3210 DECLARE_COMPLETION_ONSTACK(detach_completion); in put_unbound_pool()
3243 pool->detach_completion = &detach_completion; in put_unbound_pool()
3246 if (pool->detach_completion) in put_unbound_pool()
3247 wait_for_completion(pool->detach_completion); in put_unbound_pool()