Home
last modified time | relevance | path

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

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