WORK_STRUCT_PENDING_BIT
test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))
WORK_STRUCT_PENDING = 1 << WORK_STRUCT_PENDING_BIT,
if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)))
if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) &&
if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) &&
if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) &&
if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)) &&
__set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&barr->work));
if (test_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(&rwork->work))) {
test_bit(WORK_STRUCT_PENDING_BIT,