Lines Matching refs:delayed_works
208 struct list_head delayed_works; /* L: delayed works */ member
1137 struct work_struct *work = list_first_entry(&pwq->delayed_works, in pwq_activate_first_delayed()
1163 if (!list_empty(&pwq->delayed_works)) { in pwq_dec_nr_in_flight()
1434 worklist = &pwq->delayed_works; in __queue_work()
2697 drained = !pwq->nr_active && list_empty(&pwq->delayed_works); in drain_workqueue()
3401 while (!list_empty(&pwq->delayed_works) && in pwq_adjust_max_active()
3429 INIT_LIST_HEAD(&pwq->delayed_works); in init_pwq()
3981 WARN_ON(!list_empty(&pwq->delayed_works))) { in destroy_workqueue()
4109 ret = !list_empty(&pwq->delayed_works); in workqueue_congested()
4308 if (!list_empty(&pwq->delayed_works)) { in show_pwq()
4312 list_for_each_entry(work, &pwq->delayed_works, entry) { in show_pwq()
4342 if (pwq->nr_active || !list_empty(&pwq->delayed_works)) { in show_workqueue_state()
4354 if (pwq->nr_active || !list_empty(&pwq->delayed_works)) in show_workqueue_state()