Lines Matching refs:work_data_bits

615 	return test_bit(WORK_STRUCT_STATIC_BIT, work_data_bits(work));  in work_is_static_object()
1148 if (!(*work_data_bits(work) & WORK_STRUCT_LINKED)) in move_linked_works()
1676 unsigned long *wdb = work_data_bits(work); in __pwq_activate_work()
2069 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) in try_to_grab_pending()
2092 unsigned long work_data = *work_data_bits(work); in try_to_grab_pending()
2353 unsigned long data = *work_data_bits(work); in clear_pending_if_disabled()
2388 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_work_on()
2467 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_work_node()
2550 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_delayed_work_on()
2623 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_rcu_work()
3161 work_data = *work_data_bits(work); in process_one_work()
3768 __set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&barr->work)); in insert_wq_barrier()
3785 unsigned long *bits = work_data_bits(target); in insert_wq_barrier()
4192 unsigned long data = *work_data_bits(work); in __flush_work()
4274 if (test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&rwork->work))) { in flush_rcu_work()
4310 work_offqd_unpack(&offqd, *work_data_bits(work)); in __cancel_work()
4327 if (*work_data_bits(work) & WORK_OFFQ_BH) in __cancel_work_sync()
4469 work_offqd_unpack(&offqd, *work_data_bits(work)); in enable_work()
6257 comma = !(*work_data_bits(work) & WORK_STRUCT_LINKED); in show_pwq()
6269 comma = !(*work_data_bits(work) & WORK_STRUCT_LINKED); in show_pwq()