Searched refs:color (Results 1 – 1 of 1) sorted by relevance
603 static unsigned int work_color_to_flags(int color) in work_color_to_flags() argument605 return color << WORK_STRUCT_COLOR_SHIFT; in work_color_to_flags()614 static int work_next_color(int color) in work_next_color() argument616 return (color + 1) % WORK_NR_COLORS; in work_next_color()1204 int color = get_work_color(work_data); in pwq_dec_nr_in_flight() local1215 pwq->nr_in_flight[color]--; in pwq_dec_nr_in_flight()1218 if (likely(pwq->flush_color != color)) in pwq_dec_nr_in_flight()1222 if (pwq->nr_in_flight[color]) in pwq_dec_nr_in_flight()