Home
last modified time | relevance | path

Searched refs:work_data_bits (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dworkqueue.h29 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) macro
218 return *work_data_bits(work) & WORK_STRUCT_STATIC; in work_static()
300 test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c450 return test_bit(WORK_STRUCT_STATIC_BIT, work_data_bits(work)); in work_is_static_object()
592 return (*work_data_bits(work) >> WORK_STRUCT_COLOR_SHIFT) & in get_work_color()
1085 if (!(*work_data_bits(work) & WORK_STRUCT_LINKED)) in move_linked_works()
1164 __clear_bit(WORK_STRUCT_DELAYED_BIT, work_data_bits(work)); in pwq_activate_delayed_work()
1275 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) in try_to_grab_pending()
1307 if (*work_data_bits(work) & WORK_STRUCT_DELAYED) in try_to_grab_pending()
1541 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_work_on()
1623 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_work_node()
1704 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_delayed_work_on()
1776 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) { in queue_rcu_work()
[all …]
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dclosure.c177 work_data_bits(&cl->work)) ? "Q" : "", in debug_show()
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshpb.h255 unsigned long work_data_bits; member
H A Dufshpb.c1090 if (test_and_set_bit(TIMEOUT_WORK_RUNNING, &hpb->work_data_bits)) in ufshpb_read_to_handler()
1122 clear_bit(TIMEOUT_WORK_RUNNING, &hpb->work_data_bits); in ufshpb_read_to_handler()