Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dworkqueue.h56 WORK_NR_COLORS = (1 << WORK_STRUCT_COLOR_BITS) - 1, enumerator
57 WORK_NO_COLOR = WORK_NR_COLORS,
/linux-4.1.27/kernel/
Dworkqueue.c204 int nr_in_flight[WORK_NR_COLORS];
602 return (color + 1) % WORK_NR_COLORS; in work_next_color()
3972 for (i = 0; i < WORK_NR_COLORS; i++) { in destroy_workqueue()