Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dworkqueue.h27 WORK_STRUCT_INACTIVE_BIT, /* work item is inactive */ enumerator
77 WORK_STRUCT_INACTIVE = 1 << WORK_STRUCT_INACTIVE_BIT,
/linux-6.12.1/kernel/
Dworkqueue.c1683 __clear_bit(WORK_STRUCT_INACTIVE_BIT, wdb); in __pwq_activate_work()