Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dworkqueue.c1710 static bool pwq_tryinc_nr_active(struct pool_workqueue *pwq, bool fill) in pwq_tryinc_nr_active() function
1794 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()