event_thres 112 drivers/scsi/libsas/sas_init.c sas_ha->event_thres = SAS_PHY_SHUTDOWN_THRES; event_thres 550 drivers/scsi/libsas/sas_init.c return scnprintf(buf, PAGE_SIZE, "%u\n", sha->event_thres); event_thres 560 drivers/scsi/libsas/sas_init.c sha->event_thres = simple_strtol(buf, NULL, 10); event_thres 563 drivers/scsi/libsas/sas_init.c if (sha->event_thres < 32) event_thres 564 drivers/scsi/libsas/sas_init.c sha->event_thres = 32; event_thres 608 drivers/scsi/libsas/sas_init.c if (atomic_read(&phy->event_nr) > phy->ha->event_thres) { event_thres 403 include/scsi/libsas.h int event_thres;