Lines Matching refs:timestamp
59 ktime_t timestamp; member
101 ktime_t timestamp; member
127 ktime_t timestamp; member
365 cdev_dbg->timestamp); in cdev_dt_seq_show()
436 ktime_t delta = ktime_sub(now, cdev_dbg->timestamp); in thermal_debug_cdev_state_update()
438 cdev_dbg->timestamp = now; in thermal_debug_cdev_state_update()
495 cdev_dbg->timestamp = ktime_get(); in thermal_debug_cdev_add()
567 tze->timestamp = now; in thermal_debugfs_tz_event_alloc()
656 trip_stats->timestamp = now; in thermal_debug_tz_trip_up()
665 ktime_t delta = ktime_sub(now, trip_stats->timestamp); in tz_episode_close_trip()
669 trip_stats->timestamp = KTIME_MAX; in tz_episode_close_trip()
721 tze->duration = ktime_sub(now, tze->timestamp); in thermal_debug_tz_trip_down()
800 duration_ms = ktime_to_ms(ktime_sub(ktime_get(), tze->timestamp)); in tze_seq_show()
808 ktime_to_ms(tze->timestamp), c, duration_ms, tze->max_temp); in tze_seq_show()
831 if (trip_stats->timestamp != KTIME_MAX) { in tze_seq_show()
834 trip_stats->timestamp); in tze_seq_show()
962 tze->duration = ktime_sub(now, tze->timestamp); in thermal_debug_tz_resume()