Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dworkqueue.h32 WORK_STRUCT_INACTIVE_BIT= 1, /* work item is inactive */ enumerator
45 WORK_STRUCT_INACTIVE = 1 << WORK_STRUCT_INACTIVE_BIT,
/linux-5.19.10/kernel/
Dworkqueue.c1169 __clear_bit(WORK_STRUCT_INACTIVE_BIT, work_data_bits(work)); in pwq_activate_inactive_work()