Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c209 int flush_color; /* L: flushing color */ member
251 int flush_color; /* WQ: flush color waiting for */ member
267 int flush_color; /* WQ: current flush color */ member
1218 if (likely(pwq->flush_color != color)) in pwq_dec_nr_in_flight()
1226 pwq->flush_color = -1; in pwq_dec_nr_in_flight()
2761 int flush_color, int work_color) in flush_workqueue_prep_pwqs() argument
2766 if (flush_color >= 0) { in flush_workqueue_prep_pwqs()
2776 if (flush_color >= 0) { in flush_workqueue_prep_pwqs()
2777 WARN_ON_ONCE(pwq->flush_color != -1); in flush_workqueue_prep_pwqs()
2779 if (pwq->nr_in_flight[flush_color]) { in flush_workqueue_prep_pwqs()
[all …]