Searched refs:BME_PRIORITY (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_actlog.c | 227 wake = !test_and_set_bit(BME_PRIORITY, &bm_ext->flags); in _al_get() 525 if (!test_and_set_bit(BME_PRIORITY, &bm_ext->flags)) in drbd_al_begin_io_nonblock() 982 (sa && test_bit(BME_PRIORITY, &bm_ext->flags))); in drbd_rs_begin_io() 984 if (sig || (sa && test_bit(BME_PRIORITY, &bm_ext->flags))) { in drbd_rs_begin_io() 987 bm_ext->flags = 0; /* clears BME_NO_WRITES and eventually BME_PRIORITY */ in drbd_rs_begin_io() 1160 bm_ext->flags = 0; /* clear BME_LOCKED, BME_NO_WRITES and BME_PRIORITY */ in drbd_rs_complete_io()
|
H A D | drbd_debugfs.c | 656 test_bit(BME_PRIORITY, &bme->flags) ? "PRIORITY" : "--------" in resync_dump_detail()
|
H A D | drbd_int.h | 1233 #define BME_PRIORITY 2 /* finish resync IO on this extent ASAP! App IO waiting! */ macro
|
H A D | drbd_receiver.c | 2780 if (test_bit(BME_PRIORITY, &bm_ext->flags)) in drbd_rs_should_slow_down()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_actlog.c | 227 wake = !test_and_set_bit(BME_PRIORITY, &bm_ext->flags); in _al_get() 525 if (!test_and_set_bit(BME_PRIORITY, &bm_ext->flags)) in drbd_al_begin_io_nonblock() 984 (sa && test_bit(BME_PRIORITY, &bm_ext->flags))); in drbd_rs_begin_io() 986 if (sig || (sa && test_bit(BME_PRIORITY, &bm_ext->flags))) { in drbd_rs_begin_io() 989 bm_ext->flags = 0; /* clears BME_NO_WRITES and eventually BME_PRIORITY */ in drbd_rs_begin_io() 1163 bm_ext->flags = 0; /* clear BME_LOCKED, BME_NO_WRITES and BME_PRIORITY */ in drbd_rs_complete_io()
|
H A D | drbd_debugfs.c | 656 test_bit(BME_PRIORITY, &bme->flags) ? "PRIORITY" : "--------" in resync_dump_detail()
|
H A D | drbd_int.h | 1168 #define BME_PRIORITY 2 /* finish resync IO on this extent ASAP! App IO waiting! */ macro
|
H A D | drbd_receiver.c | 2746 if (test_bit(BME_PRIORITY, &bm_ext->flags)) in drbd_rs_should_slow_down()
|
Completed in 27 milliseconds