Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c215 struct list_head delayed_works; /* L: delayed works */ member
1170 struct work_struct *work = list_first_entry(&pwq->delayed_works, in pwq_activate_first_delayed()
1196 if (!list_empty(&pwq->delayed_works)) { in pwq_dec_nr_in_flight()
1511 worklist = &pwq->delayed_works; in __queue_work()
2990 drained = !pwq->nr_active && list_empty(&pwq->delayed_works); in drain_workqueue()
3773 while (!list_empty(&pwq->delayed_works) && in pwq_adjust_max_active()
3806 INIT_LIST_HEAD(&pwq->delayed_works); in init_pwq()
4393 if (pwq->nr_active || !list_empty(&pwq->delayed_works)) in pwq_busy()
4589 ret = !list_empty(&pwq->delayed_works); in workqueue_congested()
4785 if (!list_empty(&pwq->delayed_works)) { in show_pwq()
[all …]