Searched refs:WORK_STRUCT_INACTIVE_BIT (Results 1 – 2 of 2) sorted by relevance
32 WORK_STRUCT_INACTIVE_BIT= 1, /* work item is inactive */ enumerator45 WORK_STRUCT_INACTIVE = 1 << WORK_STRUCT_INACTIVE_BIT,
1165 __clear_bit(WORK_STRUCT_INACTIVE_BIT, work_data_bits(work)); in pwq_activate_inactive_work()
Completed in 13 milliseconds