Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dworkqueue.h40 WORK_STRUCT_COLOR_BITS = 4, enumerator
56 WORK_NR_COLORS = (1 << WORK_STRUCT_COLOR_BITS) - 1,
68 WORK_STRUCT_COLOR_BITS,
/linux-4.1.27/kernel/
Dworkqueue.c597 ((1 << WORK_STRUCT_COLOR_BITS) - 1); in get_work_color()