Home
last modified time | relevance | path

Searched refs:DASD_FLAG_EER_IN_USE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd_eer.c269 * is protected by the DASD_FLAG_EER_IN_USE bit. When this flag indicates
413 if (test_and_set_bit(DASD_FLAG_EER_IN_USE, &device->flags)) { in dasd_eer_snss()
436 clear_bit(DASD_FLAG_EER_IN_USE, &device->flags); in dasd_eer_snss_cb()
529 in_use = test_and_clear_bit(DASD_FLAG_EER_IN_USE, &device->flags); in dasd_eer_disable()
H A Ddasd_int.h604 #define DASD_FLAG_EER_IN_USE 5 /* A SNSS request is running */ macro
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd_eer.c269 * is protected by the DASD_FLAG_EER_IN_USE bit. When this flag indicates
414 if (test_and_set_bit(DASD_FLAG_EER_IN_USE, &device->flags)) { in dasd_eer_snss()
437 clear_bit(DASD_FLAG_EER_IN_USE, &device->flags); in dasd_eer_snss_cb()
530 in_use = test_and_clear_bit(DASD_FLAG_EER_IN_USE, &device->flags); in dasd_eer_disable()
H A Ddasd_int.h697 #define DASD_FLAG_EER_IN_USE 5 /* A SNSS request is running */ macro

Completed in 11 milliseconds