Searched refs:pwq_tryinc_nr_active (Results 1 – 1 of 1) sorted by relevance
1710 static bool pwq_tryinc_nr_active(struct pool_workqueue *pwq, bool fill) in pwq_tryinc_nr_active() function1794 if (work && pwq_tryinc_nr_active(pwq, fill)) { in pwq_activate_first_inactive()2334 if (list_empty(&pwq->inactive_works) && pwq_tryinc_nr_active(pwq, false)) { in __queue_work()