Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dworkqueue.h58 WORK_NR_COLORS = (1 << WORK_STRUCT_COLOR_BITS) - 1, enumerator
59 WORK_NO_COLOR = WORK_NR_COLORS,
/Linux-v5.10/kernel/
Dworkqueue.c205 int nr_in_flight[WORK_NR_COLORS];
589 return (color + 1) % WORK_NR_COLORS; in work_next_color()
4342 for (i = 0; i < WORK_NR_COLORS; i++) in pwq_busy()