Searched refs:color (Results 1 – 1 of 1) sorted by relevance
602 static unsigned int work_color_to_flags(int color) in work_color_to_flags() argument604 return color << WORK_STRUCT_COLOR_SHIFT; in work_color_to_flags()613 static int work_next_color(int color) in work_next_color() argument615 return (color + 1) % WORK_NR_COLORS; in work_next_color()1209 int color = get_work_color(work_data); in pwq_dec_nr_in_flight() local1220 pwq->nr_in_flight[color]--; in pwq_dec_nr_in_flight()1223 if (likely(pwq->flush_color != color)) in pwq_dec_nr_in_flight()1227 if (pwq->nr_in_flight[color]) in pwq_dec_nr_in_flight()