Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/core/
H A Dufs-sysfs.c461 return sysfs_emit(buf, "%lu\n", hba->monitor.nr_sec_rw[READ]); in read_total_sectors_show()
531 return sysfs_emit(buf, "%lu\n", hba->monitor.nr_sec_rw[WRITE]); in write_total_sectors_show()
H A Dufshcd.c2132 m->nr_sec_rw[dir] += blk_rq_sectors(req); in ufshcd_update_monitor()
/openbmc/linux/include/ufs/
H A Dufshcd.h734 unsigned long nr_sec_rw[2]; member