Searched refs:work_data_bits (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/include/linux/ |
D | workqueue.h | 28 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) macro 207 return *work_data_bits(work) & WORK_STRUCT_STATIC; in work_static() 289 test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))
|
/Linux-v5.15/kernel/ |
D | workqueue.c | 459 return test_bit(WORK_STRUCT_STATIC_BIT, work_data_bits(work)); in work_is_static_object() 1085 if (!(*work_data_bits(work) & WORK_STRUCT_LINKED)) in move_linked_works() 1164 __clear_bit(WORK_STRUCT_INACTIVE_BIT, work_data_bits(work)); in pwq_activate_inactive_work() 1275 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) in try_to_grab_pending() 1311 if (*work_data_bits(work) & WORK_STRUCT_INACTIVE) in try_to_grab_pending() 1315 pwq_dec_nr_in_flight(pwq, *work_data_bits(work)); in try_to_grab_pending() 1545 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_work_on() 1627 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_work_node() 1701 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_delayed_work_on() 1773 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_rcu_work() [all …]
|
/Linux-v5.15/drivers/md/bcache/ |
D | closure.c | 177 work_data_bits(&cl->work)) ? "Q" : "", in debug_show()
|
/Linux-v5.15/drivers/scsi/ufs/ |
D | ufshpb.h | 253 unsigned long work_data_bits; member
|
D | ufshpb.c | 809 if (test_and_set_bit(TIMEOUT_WORK_RUNNING, &hpb->work_data_bits)) in ufshpb_read_to_handler() 841 clear_bit(TIMEOUT_WORK_RUNNING, &hpb->work_data_bits); in ufshpb_read_to_handler()
|