Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dworkqueue.h96 #define WORK_STRUCT_WQ_DATA_MASK (~WORK_STRUCT_FLAG_MASK) macro
/openbmc/linux/kernel/
H A Dworkqueue.c736 return (struct pool_workqueue *)(data & WORK_STRUCT_WQ_DATA_MASK); in work_struct_pwq()