Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dworkqueue.h42 WORK_STRUCT_COLOR_BITS = 4, enumerator
58 WORK_NR_COLORS = (1 << WORK_STRUCT_COLOR_BITS) - 1,
70 WORK_STRUCT_COLOR_BITS,
/Linux-v5.10/kernel/
Dworkqueue.c584 ((1 << WORK_STRUCT_COLOR_BITS) - 1); in get_work_color()