Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dworkqueue.h64 WORK_STRUCT_FLAG_BITS = WORK_STRUCT_COLOR_SHIFT + enumerator
95 #define WORK_STRUCT_FLAG_MASK ((1ul << WORK_STRUCT_FLAG_BITS) - 1)
/linux-6.6.21/kernel/
Dworkqueue.c268 } __aligned(1 << WORK_STRUCT_FLAG_BITS);