Home
last modified time | relevance | path

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

/linux/include/ufs/
H A Dufshcd.h196 ktime_t issue_time_stamp; member
/linux/drivers/ufs/core/
H A Dufshcd.c2224 ktime_before(hba->monitor.enabled_ts, lrbp->issue_time_stamp)); in ufshcd_should_inform_monitor()
2257 lat = ktime_sub(now, lrbp->issue_time_stamp); in ufshcd_update_monitor()
2284 lrbp->issue_time_stamp = ktime_get(); in ufshcd_send_command()