Searched refs:work_data_bits (Results 1 – 3 of 3) sorted by relevance
24 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) macro267 return *work_data_bits(work) & WORK_STRUCT_STATIC; in work_static()357 test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))
635 return test_bit(WORK_STRUCT_STATIC_BIT, work_data_bits(work)); in work_is_static_object()1174 if (!(*work_data_bits(work) & WORK_STRUCT_LINKED)) in move_linked_works()1749 unsigned long *wdb = work_data_bits(work); in __pwq_activate_work()2158 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) in try_to_grab_pending()2181 unsigned long work_data = *work_data_bits(work); in try_to_grab_pending()2363 work_offqd_unpack(&offqd, *work_data_bits(work)); in __queue_work()2464 unsigned long data = *work_data_bits(work); in clear_pending_if_disabled()2499 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_work_on()2578 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_work_node()2667 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) && in queue_delayed_work_on()[all …]
274 work_data_bits(&cl->work)) ? "Q" : "", in debug_show()