Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c1713 static bool pwq_tryinc_nr_active(struct pool_workqueue *pwq, bool fill) in pwq_tryinc_nr_active() function
1797 if (work && pwq_tryinc_nr_active(pwq, fill)) { in pwq_activate_first_inactive()
2336 if (list_empty(&pwq->inactive_works) && pwq_tryinc_nr_active(pwq, false)) { in __queue_work()