Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dworkqueue.c189 struct completion *detach_completion; /* all workers detached */ member
2135 struct completion *detach_completion = NULL; in worker_detach_from_pool() local
2144 detach_completion = pool->detach_completion; in worker_detach_from_pool()
2150 if (detach_completion) in worker_detach_from_pool()
2151 complete(detach_completion); in worker_detach_from_pool()
3961 DECLARE_COMPLETION_ONSTACK(detach_completion); in put_unbound_pool()
4016 pool->detach_completion = &detach_completion; in put_unbound_pool()
4019 if (pool->detach_completion) in put_unbound_pool()
4020 wait_for_completion(pool->detach_completion); in put_unbound_pool()