Searched refs:DEVICE_WORK_PENDING (Results 1 – 2 of 2) sorted by relevance
2133 if (test_bit(DEVICE_WORK_PENDING, &connection->flags)) in wait_for_work()2178 if (test_and_clear_bit(DEVICE_WORK_PENDING, &connection->flags)) { in drbd_worker()2207 if (test_and_clear_bit(DEVICE_WORK_PENDING, &connection->flags)) { in drbd_worker()2218 } while (!list_empty(&work_list) || test_bit(DEVICE_WORK_PENDING, &connection->flags)); in drbd_worker()
647 DEVICE_WORK_PENDING, /* tell worker that some device has pending work */ enumerator1948 if (!test_and_set_bit(DEVICE_WORK_PENDING, &connection->flags)) in drbd_device_post_work()