Searched refs:WORK_STRUCT_COLOR_SHIFT (Results 1 – 2 of 2) sorted by relevance
38 WORK_STRUCT_COLOR_SHIFT = 5, /* color for workqueue flushing */ enumerator40 WORK_STRUCT_COLOR_SHIFT = 4, /* color for workqueue flushing */70 WORK_STRUCT_FLAG_BITS = WORK_STRUCT_COLOR_SHIFT +74 WORK_OFFQ_FLAG_BASE = WORK_STRUCT_COLOR_SHIFT,
587 return color << WORK_STRUCT_COLOR_SHIFT; in work_color_to_flags()592 return (*work_data_bits(work) >> WORK_STRUCT_COLOR_SHIFT) & in get_work_color()