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

/linux-master/include/linux/
H A Drcupdate.h252 * @old_ts: jiffies at start of processing.
255 * networking. The caller should initialize the variable passed in as @old_ts
259 * modifies its old_ts argument.
270 #define rcu_softirq_qs_periodic(old_ts) \
273 time_after(jiffies, (old_ts) + HZ / 10)) { \
277 (old_ts) = jiffies; \
/linux-master/kernel/irq/
H A Dtimings.c475 u64 old_ts = irqs->last_ts; local
489 interval = ts - old_ts;
499 * in this test because the old_ts is zero. That is what we

Completed in 99 milliseconds