Home
last modified time | relevance | path

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

/linux/kernel/
A Dworkqueue.c172 struct completion *detach_completion; /* all workers detached */ member
1904 struct completion *detach_completion = NULL; in worker_detach_from_pool() local
1913 detach_completion = pool->detach_completion; in worker_detach_from_pool()
1919 if (detach_completion) in worker_detach_from_pool()
1920 complete(detach_completion); in worker_detach_from_pool()
3570 DECLARE_COMPLETION_ONSTACK(detach_completion); in put_unbound_pool()
3606 pool->detach_completion = &detach_completion; in put_unbound_pool()
3609 if (pool->detach_completion) in put_unbound_pool()
3610 wait_for_completion(pool->detach_completion); in put_unbound_pool()

Completed in 12 milliseconds