Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dworkqueue.h43 WORK_STRUCT_COLOR_BITS = 4, enumerator
59 WORK_NR_COLORS = (1 << WORK_STRUCT_COLOR_BITS) - 1,
71 WORK_STRUCT_COLOR_BITS,
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c593 ((1 << WORK_STRUCT_COLOR_BITS) - 1); in get_work_color()