Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dworkqueue.c203 int flush_color; /* L: flushing color */ member
228 int flush_color; /* WQ: flush color waiting for */ member
244 int flush_color; /* WQ: current flush color */ member
1185 if (likely(pwq->flush_color != color)) in pwq_dec_nr_in_flight()
1193 pwq->flush_color = -1; in pwq_dec_nr_in_flight()
2725 int flush_color, int work_color) in flush_workqueue_prep_pwqs() argument
2730 if (flush_color >= 0) { in flush_workqueue_prep_pwqs()
2740 if (flush_color >= 0) { in flush_workqueue_prep_pwqs()
2741 WARN_ON_ONCE(pwq->flush_color != -1); in flush_workqueue_prep_pwqs()
2743 if (pwq->nr_in_flight[flush_color]) { in flush_workqueue_prep_pwqs()
[all …]