Home
last modified time | relevance | path

Searched refs:DEVICE_WORK_PENDING (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/block/drbd/
Ddrbd_worker.c2034 if (test_bit(DEVICE_WORK_PENDING, &connection->flags)) in wait_for_work()
2079 if (test_and_clear_bit(DEVICE_WORK_PENDING, &connection->flags)) { in drbd_worker()
2108 if (test_and_clear_bit(DEVICE_WORK_PENDING, &connection->flags)) { in drbd_worker()
2119 } while (!list_empty(&work_list) || test_bit(DEVICE_WORK_PENDING, &connection->flags)); in drbd_worker()
Ddrbd_int.h670 DEVICE_WORK_PENDING, /* tell worker that some device has pending work */ enumerator
1933 if (!test_and_set_bit(DEVICE_WORK_PENDING, &connection->flags)) in drbd_device_post_work()