Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dworkqueue.h28 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) macro
212 return *work_data_bits(work) & WORK_STRUCT_STATIC; in work_static()
294 test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))
/Linux-v5.4/kernel/
Dworkqueue.c445 return test_bit(WORK_STRUCT_STATIC_BIT, work_data_bits(work)); in work_is_static_object()
587 return (*work_data_bits(work) >> WORK_STRUCT_COLOR_SHIFT) & in get_work_color()
1069 if (!(*work_data_bits(work) & WORK_STRUCT_LINKED)) in move_linked_works()
1148 __clear_bit(WORK_STRUCT_DELAYED_BIT, work_data_bits(work)); in pwq_activate_delayed_work()
1256 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) in try_to_grab_pending()
1288 if (*work_data_bits(work) & WORK_STRUCT_DELAYED) in try_to_grab_pending()
1517 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_work_on()
1599 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_work_node()
1673 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_delayed_work_on()
1745 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_rcu_work()
[all …]
/Linux-v5.4/drivers/md/bcache/
Dclosure.c184 work_data_bits(&cl->work)) ? "Q" : "", in debug_seq_show()