Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dworkqueue.c180 struct completion *detach_completion; /* all workers detached */ member
1895 struct completion *detach_completion = NULL; in worker_detach_from_pool() local
1904 detach_completion = pool->detach_completion; in worker_detach_from_pool()
1910 if (detach_completion) in worker_detach_from_pool()
1911 complete(detach_completion); in worker_detach_from_pool()
3568 DECLARE_COMPLETION_ONSTACK(detach_completion); in put_unbound_pool()
3604 pool->detach_completion = &detach_completion; in put_unbound_pool()
3607 if (pool->detach_completion) in put_unbound_pool()
3608 wait_for_completion(pool->detach_completion); in put_unbound_pool()