Searched refs:old_ts (Results 1 – 5 of 5) sorted by relevance
272 #define rcu_softirq_qs_periodic(old_ts) \ argument275 time_after(jiffies, (old_ts) + HZ / 10)) { \279 (old_ts) = jiffies; \
140 u64 xe_lrc_update_timestamp(struct xe_lrc *lrc, u64 *old_ts);
833 u64 old_ts, new_ts; in xe_exec_queue_update_run_ticks() local855 new_ts = xe_lrc_update_timestamp(lrc, &old_ts); in xe_exec_queue_update_run_ticks()856 q->xef->run_ticks[q->class] += (new_ts - old_ts) * q->width; in xe_exec_queue_update_run_ticks()
1945 u64 xe_lrc_update_timestamp(struct xe_lrc *lrc, u64 *old_ts) in xe_lrc_update_timestamp() argument1950 *old_ts = lrc->ctx_timestamp; in xe_lrc_update_timestamp()1976 trace_xe_lrc_update_timestamp(lrc, *old_ts); in xe_lrc_update_timestamp()
475 u64 old_ts = irqs->last_ts; in irq_timings_store() local489 interval = ts - old_ts; in irq_timings_store()