Home
last modified time | relevance | path

Searched refs:old_ts (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Drcupdate.h278 #define rcu_softirq_qs_periodic(old_ts) \ argument
281 time_after(jiffies, (old_ts) + HZ / 10)) { \
285 (old_ts) = jiffies; \
/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.h136 u32 xe_lrc_update_timestamp(struct xe_lrc *lrc, u32 *old_ts);
H A Dxe_exec_queue.c774 u32 old_ts, new_ts; in xe_exec_queue_update_run_ticks() local
796 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()
H A Dxe_lrc.c1785 u32 xe_lrc_update_timestamp(struct xe_lrc *lrc, u32 *old_ts) in xe_lrc_update_timestamp() argument
1787 *old_ts = lrc->ctx_timestamp; in xe_lrc_update_timestamp()
1791 trace_xe_lrc_update_timestamp(lrc, *old_ts); in xe_lrc_update_timestamp()
/linux/kernel/irq/
H A Dtimings.c475 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()