Searched refs:RS_DONE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_worker.c | 2019 if (test_bit(RS_DONE, &todo) || in do_device_work() 2021 update_on_disk_bitmap(device, test_bit(RS_DONE, &todo)); in do_device_work() 2036 |(1UL << RS_DONE) \
|
H A D | drbd_actlog.c | 766 set_bit(RS_DONE, &device->flags); in maybe_schedule_on_disk_bitmap_update()
|
H A D | drbd_int.h | 523 RS_DONE, /* tell worker that resync is done */ enumerator
|
H A D | drbd_state.c | 1323 clear_bit(RS_DONE, &device->flags); in _drbd_set_state()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_worker.c | 2026 if (test_bit(RS_DONE, &todo) || in do_device_work() 2028 update_on_disk_bitmap(first_peer_device(device), test_bit(RS_DONE, &todo)); in do_device_work() 2043 |(1UL << RS_DONE) \
|
H A D | drbd_actlog.c | 767 set_bit(RS_DONE, &device->flags); in maybe_schedule_on_disk_bitmap_update()
|
H A D | drbd_int.h | 455 RS_DONE, /* tell worker that resync is done */ enumerator
|
H A D | drbd_state.c | 1325 clear_bit(RS_DONE, &device->flags); in _drbd_set_state()
|
Completed in 26 milliseconds