Home
last modified time | relevance | path

Searched refs:busy_start_ts (Results 1 – 2 of 2) sorted by relevance

/linux/include/ufs/
H A Dufshcd.h785 ktime_t busy_start_ts[2]; member
/linux/drivers/ufs/core/
H A Dufshcd.c2235 hba->monitor.busy_start_ts[dir] = ktime_get(); in ufshcd_start_monitor()
2251 inc = ktime_sub(now, m->busy_start_ts[dir]); in ufshcd_update_monitor()
2266 m->busy_start_ts[dir] = now; in ufshcd_update_monitor()