Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/ufs/core/
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()
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()
/linux-6.6.21/include/ufs/
Dufshcd.h741 ktime_t lat_max[2]; member