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()
2355 unsigned long data = *work_data_bits(work); in clear_pending_if_disabled()
2390 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_work_on()
2469 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_work_node()
2559 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_delayed_work_on()
2632 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_rcu_work()
3170 work_data = *work_data_bits(work); in process_one_work()
3781 __set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&barr->work)); in insert_wq_barrier()
3798 unsigned long *bits = work_data_bits(target); in insert_wq_barrier()
4219 unsigned long data = *work_data_bits(work); in __flush_work()
4301 if (test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&rwork->work))) { in flush_rcu_work()
4337 work_offqd_unpack(&offqd, *work_data_bits(work)); in __cancel_work()
4354 if (*work_data_bits(work) & WORK_OFFQ_BH) in __cancel_work_sync()
4496 work_offqd_unpack(&offqd, *work_data_bits(work)); in enable_work()
6285 comma = !(*work_data_bits(work) & WORK_STRUCT_LINKED); in show_pwq()
6297 comma = !(*work_data_bits(work) & WORK_STRUCT_LINKED); in show_pwq()