Searched refs:detach_completion (Results 1 – 1 of 1) sorted by relevance
176 struct completion *detach_completion; /* all workers detached */ member1897 struct completion *detach_completion = NULL; in worker_detach_from_pool() local1905 detach_completion = pool->detach_completion; in worker_detach_from_pool()1911 if (detach_completion) in worker_detach_from_pool()1912 complete(detach_completion); in worker_detach_from_pool()3540 DECLARE_COMPLETION_ONSTACK(detach_completion); in put_unbound_pool()3575 pool->detach_completion = &detach_completion; in put_unbound_pool()3578 if (pool->detach_completion) in put_unbound_pool()3579 wait_for_completion(pool->detach_completion); in put_unbound_pool()