Searched refs:last_sched_clock (Results 1 – 2 of 2) sorted by relevance
281 unsigned long last_sched_clock; /* Jiffies of last rcu_sched_clock_irq(). */ member
1217 WRITE_ONCE(rdp->last_sched_clock, jiffies); in __note_gp_changes()2193 WARN_ON_ONCE(time_before(j, __this_cpu_read(rcu_data.last_sched_clock))); in rcu_sched_clock_irq()2194 __this_cpu_write(rcu_data.last_sched_clock, j); in rcu_sched_clock_irq()4226 rdp->last_sched_clock = jiffies; in rcu_boot_init_percpu_data()
Completed in 13 milliseconds