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.c502 ktime_to_us(hba->monitor.lat_max[READ])); in read_req_latency_max_show()
572 ktime_to_us(hba->monitor.lat_max[WRITE])); in write_req_latency_max_show()
H A Dufshcd.c2152 if (m->lat_max[dir] < lat || !m->lat_max[dir])
2153 m->lat_max[dir] = lat;
/openbmc/linux/include/ufs/
H A Dufshcd.h738 ktime_t lat_max[2]; member