Home
last modified time | relevance | path

Searched refs:WORK_STRUCT_PENDING_BIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dworkqueue.h31 WORK_STRUCT_PENDING_BIT = 0, /* work item is pending execution */ enumerator
44 WORK_STRUCT_PENDING = 1 << WORK_STRUCT_PENDING_BIT,
350 test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))
/openbmc/linux/drivers/md/bcache/
H A Dclosure.c176 test_bit(WORK_STRUCT_PENDING_BIT, in debug_show()
/openbmc/linux/kernel/
H A Dworkqueue.c1573 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) in try_to_grab_pending()
1834 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_work_on()
1912 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_work_node()
1986 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_delayed_work_on()
2058 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_rcu_work()
3022 __set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&barr->work)); in insert_wq_barrier()
3567 if (test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&rwork->work))) { in flush_rcu_work()