Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/core/
H A Dufs-sysfs.c499 ktime_to_us(hba->monitor.lat_max[READ])); in read_req_latency_max_show()
566 ktime_to_us(hba->monitor.lat_max[WRITE])); in write_req_latency_max_show()
H A Dufshcd.c2138 if (m->lat_max[dir] < lat || !m->lat_max[dir]) in ufshcd_update_monitor()
2139 m->lat_max[dir] = lat; in ufshcd_update_monitor()
/openbmc/linux/include/ufs/
H A Dufshcd.h741 ktime_t lat_max[2]; member