Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dworkqueue.h37 WORK_STRUCT_COLOR_BITS = 4, enumerator
48 WORK_STRUCT_PWQ_SHIFT = WORK_STRUCT_COLOR_SHIFT + WORK_STRUCT_COLOR_BITS,
88 WORK_NR_COLORS = (1 << WORK_STRUCT_COLOR_BITS),
/linux-6.12.1/kernel/
Dworkqueue.c759 ((1 << WORK_STRUCT_COLOR_BITS) - 1); in get_work_color()