Searched refs:work_data_bits (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dworkqueue.h23 #define work_data_bits(work) ((unsigned long *)(&(work)->data)) macro
257 return *work_data_bits(work) & WORK_STRUCT_STATIC;
347 test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))
/linux-master/lib/
H A Dclosure.c188 work_data_bits(&cl->work)) ? "Q" : "",
/linux-master/kernel/
H A Dworkqueue.c614 return test_bit(WORK_STRUCT_STATIC_BIT, work_data_bits(work));
1157 if (!(*work_data_bits(work) & WORK_STRUCT_LINKED))
1685 unsigned long *wdb = work_data_bits(work);
1710 if (!(*work_data_bits(work) & WORK_STRUCT_INACTIVE))
2107 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)))
2153 work_data = *work_data_bits(work);
2447 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) {
2525 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) {
2607 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) {
2680 if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(wor
[all...]

Completed in 475 milliseconds