Lines Matching refs:work_data_bits

618 	return test_bit(WORK_STRUCT_STATIC_BIT, work_data_bits(work));  in work_is_static_object()
1157 if (!(*work_data_bits(work) & WORK_STRUCT_LINKED)) in move_linked_works()
1695 unsigned long *wdb = work_data_bits(work); in __pwq_activate_work()
2085 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) in try_to_grab_pending()
2108 unsigned long work_data = *work_data_bits(work); in try_to_grab_pending()
2368 unsigned long data = *work_data_bits(work); in clear_pending_if_disabled()
2403 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_work_on()
2482 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_work_node()
2572 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_delayed_work_on()
2645 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_rcu_work()
3208 work_data = *work_data_bits(work); in process_one_work()
3865 __set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&barr->work)); in insert_wq_barrier()
3882 unsigned long *bits = work_data_bits(target); in insert_wq_barrier()
4303 unsigned long data = *work_data_bits(work); in __flush_work()
4385 if (test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&rwork->work))) { in flush_rcu_work()
4421 work_offqd_unpack(&offqd, *work_data_bits(work)); in __cancel_work()
4438 if (*work_data_bits(work) & WORK_OFFQ_BH) in __cancel_work_sync()
4580 work_offqd_unpack(&offqd, *work_data_bits(work)); in enable_work()
6388 comma = !(*work_data_bits(work) & WORK_STRUCT_LINKED); in show_pwq()
6400 comma = !(*work_data_bits(work) & WORK_STRUCT_LINKED); in show_pwq()