BME_LOCKED
D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags));
if (test_bit(BME_LOCKED, &bm_ext->flags))
D_ASSERT(device, test_bit(BME_LOCKED, &bm_ext->flags) == 0);
set_bit(BME_LOCKED, &bm_ext->flags);
D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags));
D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags));
D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags));
if (test_bit(BME_LOCKED, &bm_ext->flags))
set_bit(BME_LOCKED, &bm_ext->flags);
test_bit(BME_LOCKED, &bme->flags) ? "LOCKED" : "------",