Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dworkqueue.h36 WORK_STRUCT_COLOR_SHIFT = WORK_STRUCT_FLAG_BITS, enumerator
48 WORK_STRUCT_PWQ_SHIFT = WORK_STRUCT_COLOR_SHIFT + WORK_STRUCT_COLOR_BITS,
/linux-6.12.1/kernel/
Dworkqueue.c753 return color << WORK_STRUCT_COLOR_SHIFT; in work_color_to_flags()
758 return (work_data >> WORK_STRUCT_COLOR_SHIFT) & in get_work_color()