Searched refs:WORK_STRUCT_PWQ (Results 1 – 2 of 2) sorted by relevance
41 * When WORK_STRUCT_PWQ is set, reserve 8 bits off of pwq pointer w/52 * data contains off-queue information when !WORK_STRUCT_PWQ.79 WORK_STRUCT_PWQ = 1 << WORK_STRUCT_PWQ_BIT, enumerator
777 * While queued, %WORK_STRUCT_PWQ is set and non flag bits of a work's data800 WORK_STRUCT_PWQ | flags); in set_work_pwq() 862 if (data & WORK_STRUCT_PWQ) in get_work_pwq() 890 if (data & WORK_STRUCT_PWQ) in get_work_pool() 907 WARN_ON_ONCE(data & WORK_STRUCT_PWQ); in work_offqd_unpack() 2356 if (likely((data & WORK_STRUCT_PWQ) || in clear_pending_if_disabled() 4221 if (!WARN_ON_ONCE(data & WORK_STRUCT_PWQ) && in __flush_work()