Home
last modified time | relevance | path

Searched refs:last_sched_clock (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/rcu/
H A Dtree.h279 unsigned long last_sched_clock; /* Jiffies of last rcu_sched_clock_irq(). */ member
H A Dtree.c1308 WRITE_ONCE(rdp->last_sched_clock, jiffies); in __note_gp_changes()
2652 WARN_ON_ONCE(time_before(j, __this_cpu_read(rcu_data.last_sched_clock))); in rcu_sched_clock_irq()
2653 __this_cpu_write(rcu_data.last_sched_clock, j); in rcu_sched_clock_irq()
4890 rdp->last_sched_clock = jiffies; in rcu_boot_init_percpu_data()