Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/core/
H A Dufs-sysfs.c478 return sysfs_emit(buf, "%lu\n", hba->monitor.nr_req[READ]); in read_nr_requests_show()
488 if (!m->nr_req[READ]) in read_req_latency_avg_show()
492 m->nr_req[READ])); in read_req_latency_avg_show()
548 return sysfs_emit(buf, "%lu\n", hba->monitor.nr_req[WRITE]); in write_nr_requests_show()
558 if (!m->nr_req[WRITE]) in write_req_latency_avg_show()
562 m->nr_req[WRITE])); in write_req_latency_avg_show()
H A Dufshcd.c2135 m->nr_req[dir]++; in ufshcd_update_monitor()
/openbmc/linux/include/ufs/
H A Dufshcd.h737 unsigned long nr_req[2]; member