Home
last modified time | relevance | path

Searched refs:old_ts (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Drcupdate.h257 * @old_ts: jiffies at start of processing.
260 * networking. The caller should initialize the variable passed in as @old_ts
264 * modifies its old_ts argument.
275 #define rcu_softirq_qs_periodic(old_ts) \
278 time_after(jiffies, (old_ts) + HZ / 10)) { \
282 (old_ts) = jiffies; \
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds