WORK_STRUCT_COLOR_SHIFT   69 include/linux/workqueue.h 	WORK_STRUCT_FLAG_BITS	= WORK_STRUCT_COLOR_SHIFT +
WORK_STRUCT_COLOR_SHIFT   73 include/linux/workqueue.h 	WORK_OFFQ_FLAG_BASE	= WORK_STRUCT_COLOR_SHIFT,
WORK_STRUCT_COLOR_SHIFT  583 kernel/workqueue.c 	return color << WORK_STRUCT_COLOR_SHIFT;
WORK_STRUCT_COLOR_SHIFT  588 kernel/workqueue.c 	return (*work_data_bits(work) >> WORK_STRUCT_COLOR_SHIFT) &