Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dworkqueue.h37 WORK_STRUCT_COLOR_SHIFT = WORK_STRUCT_FLAG_BITS, enumerator
49 WORK_STRUCT_PWQ_SHIFT = WORK_STRUCT_COLOR_SHIFT + WORK_STRUCT_COLOR_BITS,
/linux/kernel/
H A Dworkqueue.c773 return color << WORK_STRUCT_COLOR_SHIFT; in work_color_to_flags()
778 return (work_data >> WORK_STRUCT_COLOR_SHIFT) & in get_work_color()