Home
last modified time | relevance | path

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

/kernel/
Dworkqueue.c202 int flush_color; /* L: flushing color */ member
227 int flush_color; /* WQ: flush color waiting for */ member
243 int flush_color; /* WQ: current flush color */ member
1166 if (likely(pwq->flush_color != color)) in pwq_dec_nr_in_flight()
1174 pwq->flush_color = -1; in pwq_dec_nr_in_flight()
2465 int flush_color, int work_color) in flush_workqueue_prep_pwqs() argument
2470 if (flush_color >= 0) { in flush_workqueue_prep_pwqs()
2480 if (flush_color >= 0) { in flush_workqueue_prep_pwqs()
2481 WARN_ON_ONCE(pwq->flush_color != -1); in flush_workqueue_prep_pwqs()
2483 if (pwq->nr_in_flight[flush_color]) { in flush_workqueue_prep_pwqs()
[all …]