Home
last modified time | relevance | path

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

/Linux-v5.4/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
1187 if (likely(pwq->flush_color != color)) in pwq_dec_nr_in_flight()
1195 pwq->flush_color = -1; in pwq_dec_nr_in_flight()
2716 int flush_color, int work_color) in flush_workqueue_prep_pwqs() argument
2721 if (flush_color >= 0) { in flush_workqueue_prep_pwqs()
2731 if (flush_color >= 0) { in flush_workqueue_prep_pwqs()
2732 WARN_ON_ONCE(pwq->flush_color != -1); in flush_workqueue_prep_pwqs()
2734 if (pwq->nr_in_flight[flush_color]) { in flush_workqueue_prep_pwqs()
[all …]