Searched refs:work_color (Results 1 – 1 of 1) sorted by relevance
207 int work_color; /* L: current color */ member248 int work_color; /* WQ: current work color */ member1502 pwq->nr_in_flight[pwq->work_color]++; in __queue_work()1503 work_flags = work_color_to_flags(pwq->work_color); in __queue_work()2199 int work_color; in process_one_work() local2235 work_color = get_work_color(work); in process_one_work()2341 pwq_dec_nr_in_flight(pwq, work_color); in process_one_work()2752 int flush_color, int work_color) in flush_workqueue_prep_pwqs() argument2777 if (work_color >= 0) { in flush_workqueue_prep_pwqs()2778 WARN_ON_ONCE(work_color != work_next_color(pwq->work_color)); in flush_workqueue_prep_pwqs()[all …]