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

/linux-master/include/linux/
H A Dworkqueue.h27 WORK_STRUCT_INACTIVE_BIT, /* work item is inactive */ enumerator in enum:work_bits
74 WORK_STRUCT_INACTIVE = 1 << WORK_STRUCT_INACTIVE_BIT,
/linux-master/kernel/
H A Dworkqueue.c1692 __clear_bit(WORK_STRUCT_INACTIVE_BIT, wdb);

Completed in 314 milliseconds