Searched refs:DEVICE_WORK_PENDING (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_worker.c | 2134 if (test_bit(DEVICE_WORK_PENDING, &connection->flags)) in wait_for_work() 2179 if (test_and_clear_bit(DEVICE_WORK_PENDING, &connection->flags)) { in drbd_worker() 2208 if (test_and_clear_bit(DEVICE_WORK_PENDING, &connection->flags)) { in drbd_worker() 2219 } while (!list_empty(&work_list) || test_bit(DEVICE_WORK_PENDING, &connection->flags)); in drbd_worker()
|
H A D | drbd_int.h | 647 DEVICE_WORK_PENDING, /* tell worker that some device has pending work */ enumerator 1919 if (!test_and_set_bit(DEVICE_WORK_PENDING, &connection->flags)) in drbd_device_post_work()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_worker.c | 2141 if (test_bit(DEVICE_WORK_PENDING, &connection->flags)) in wait_for_work() 2186 if (test_and_clear_bit(DEVICE_WORK_PENDING, &connection->flags)) { in drbd_worker() 2215 if (test_and_clear_bit(DEVICE_WORK_PENDING, &connection->flags)) { in drbd_worker() 2226 } while (!list_empty(&work_list) || test_bit(DEVICE_WORK_PENDING, &connection->flags)); in drbd_worker()
|
H A D | drbd_int.h | 577 DEVICE_WORK_PENDING, /* tell worker that some device has pending work */ enumerator 1855 if (!test_and_set_bit(DEVICE_WORK_PENDING, &connection->flags)) in drbd_device_post_work()
|
Completed in 14 milliseconds