Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dworkqueue.h54 WORK_NR_COLORS = (1 << WORK_STRUCT_COLOR_BITS), enumerator
/linux-6.3-rc2/kernel/
A Dworkqueue.c210 int nr_in_flight[WORK_NR_COLORS];
612 return (color + 1) % WORK_NR_COLORS; in work_next_color()
4503 for (i = 0; i < WORK_NR_COLORS; i++) in pwq_busy()

Completed in 14 milliseconds