Searched refs:old_ts (Results 1 – 5 of 5) sorted by relevance
278 #define rcu_softirq_qs_periodic(old_ts) \ argument281 time_after(jiffies, (old_ts) + HZ / 10)) { \285 (old_ts) = jiffies; \
136 u32 xe_lrc_update_timestamp(struct xe_lrc *lrc, u32 *old_ts);
774 u32 old_ts, new_ts; in xe_exec_queue_update_run_ticks() local796 new_ts = xe_lrc_update_timestamp(lrc, &old_ts); in xe_exec_queue_update_run_ticks()797 q->xef->run_ticks[q->class] += (new_ts - old_ts) * q->width; in xe_exec_queue_update_run_ticks()
1785 u32 xe_lrc_update_timestamp(struct xe_lrc *lrc, u32 *old_ts) in xe_lrc_update_timestamp() argument1787 *old_ts = lrc->ctx_timestamp; in xe_lrc_update_timestamp()1791 trace_xe_lrc_update_timestamp(lrc, *old_ts); in xe_lrc_update_timestamp()
475 u64 old_ts = irqs->last_ts; in irq_timings_store() local 489 interval = ts - old_ts; in irq_timings_store() 499 * in this test because the old_ts is zero. That is what we in irq_timings_store()