Searched refs:event_thres (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_init.c | 112 sas_ha->event_thres = SAS_PHY_SHUTDOWN_THRES; in sas_register_ha() 544 return scnprintf(buf, PAGE_SIZE, "%u\n", sha->event_thres); in phy_event_threshold_show() 554 sha->event_thres = simple_strtol(buf, NULL, 10); in phy_event_threshold_store() 557 if (sha->event_thres < 32) in phy_event_threshold_store() 558 sha->event_thres = 32; in phy_event_threshold_store() 601 if (atomic_read(&phy->event_nr) > phy->ha->event_thres) { in __sas_alloc_event()
|
/kernel/linux/linux-6.6/drivers/scsi/libsas/ |
H A D | sas_init.c | 109 sas_ha->event_thres = SAS_PHY_SHUTDOWN_THRES; in sas_register_ha() 595 return scnprintf(buf, PAGE_SIZE, "%u\n", sha->event_thres); in phy_event_threshold_show() 605 sha->event_thres = simple_strtol(buf, NULL, 10); in phy_event_threshold_store() 608 if (sha->event_thres < 32) in phy_event_threshold_store() 609 sha->event_thres = 32; in phy_event_threshold_store() 652 if (atomic_read(&phy->event_nr) > phy->ha->event_thres) { in sas_alloc_event()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | libsas.h | 399 int event_thres; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | libsas.h | 381 int event_thres; member
|
Completed in 6 milliseconds