Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dworkqueue.h32 WORK_STRUCT_DELAYED_BIT = 1, /* work item is delayed */ enumerator
45 WORK_STRUCT_DELAYED = 1 << WORK_STRUCT_DELAYED_BIT,
/Linux-v5.4/kernel/
Dworkqueue.c1148 __clear_bit(WORK_STRUCT_DELAYED_BIT, work_data_bits(work)); in pwq_activate_delayed_work()