Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dworkqueue.h37 WORK_STRUCT_COLOR_SHIFT = 5, /* color for workqueue flushing */ enumerator
39 WORK_STRUCT_COLOR_SHIFT = 4, /* color for workqueue flushing */
64 WORK_STRUCT_FLAG_BITS = WORK_STRUCT_COLOR_SHIFT +
68 WORK_OFFQ_FLAG_BASE = WORK_STRUCT_COLOR_SHIFT,
/linux-5.19.10/kernel/
Dworkqueue.c598 return color << WORK_STRUCT_COLOR_SHIFT; in work_color_to_flags()
603 return (work_data >> WORK_STRUCT_COLOR_SHIFT) & in get_work_color()