Home
last modified time | relevance | path

Searched refs:pwq_activate_first_inactive (Results 1 – 1 of 1) sorted by path

/linux/kernel/
H A Dworkqueue.c1805 * pwq_activate_first_inactive - Activate the first inactive work item on a pwq in pwq_tryinc_nr_active()
1815 static bool pwq_activate_first_inactive(struct pool_workqueue *pwq, bool fill)
1863 if (pwq_activate_first_inactive(pwq, true)) in unplug_oldest_pwq()
1975 pwq_activate_first_inactive(pwq, false); in pwq_dec_nr_active()
3494 * pwq_activate_first_inactive() or chained in rescuer_thread()
5631 if (pwq_activate_first_inactive(pwq, true)) { in alloc_workqueue()
1824 static bool pwq_activate_first_inactive(struct pool_workqueue *pwq, bool fill) pwq_activate_first_inactive() function