Home
last modified time | relevance | path

Searched refs:lat_max (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/scsi/ufs/
Dufs-sysfs.c385 ktime_to_us(hba->monitor.lat_max[READ])); in read_req_latency_max_show()
452 ktime_to_us(hba->monitor.lat_max[WRITE])); in write_req_latency_max_show()
Dufshcd.h699 ktime_t lat_max[2]; member
Dufshcd.c2069 if (m->lat_max[dir] < lat || !m->lat_max[dir]) in ufshcd_update_monitor()
2070 m->lat_max[dir] = lat; in ufshcd_update_monitor()