Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dworkqueue.c833 static bool may_start_working(struct worker_pool *pool) in may_start_working() function
847 return need_more_worker(pool) && !may_start_working(pool); in need_to_create_worker()
2760 if (unlikely(!may_start_working(pool)) && manage_workers(worker)) in worker_thread()