Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/core/
H A Dufs-sysfs.c470 ktime_to_us(hba->monitor.total_busy[READ])); in read_total_busy_show()
540 ktime_to_us(hba->monitor.total_busy[WRITE])); in write_total_busy_show()
H A Dufshcd.c2145 m->total_busy[dir] = ktime_add(m->total_busy[dir], inc); in ufshcd_update_monitor()
/openbmc/linux/include/ufs/
H A Dufshcd.h733 ktime_t total_busy[2]; member