Home
last modified time | relevance | path

Searched refs:BME_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/block/drbd/
Ddrbd_actlog.c227 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()
Ddrbd_debugfs.c656 test_bit(BME_PRIORITY, &bme->flags) ? "PRIORITY" : "--------" in resync_dump_detail()
Ddrbd_int.h1229 #define BME_PRIORITY 2 /* finish resync IO on this extent ASAP! App IO waiting! */ macro
Ddrbd_receiver.c2727 if (test_bit(BME_PRIORITY, &bm_ext->flags)) in drbd_rs_should_slow_down()