Searched refs:WORK_STRUCT_COLOR_SHIFT (Results 1 – 2 of 2) sorted by relevance
36 WORK_STRUCT_COLOR_SHIFT = WORK_STRUCT_FLAG_BITS, enumerator48 WORK_STRUCT_PWQ_SHIFT = WORK_STRUCT_COLOR_SHIFT + WORK_STRUCT_COLOR_BITS,
753 return color << WORK_STRUCT_COLOR_SHIFT; in work_color_to_flags()758 return (work_data >> WORK_STRUCT_COLOR_SHIFT) & in get_work_color()