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.h291 unsigned long last_sched_clock; /* Jiffies of last rcu_sched_clock_irq(). */ member
H A Dtree.c1315 WRITE_ONCE(rdp->last_sched_clock, jiffies); in __note_gp_changes()
2690 WARN_ON_ONCE(time_before(j, __this_cpu_read(rcu_data.last_sched_clock))); in rcu_sched_clock_irq()
2691 __this_cpu_write(rcu_data.last_sched_clock, j); in rcu_sched_clock_irq()
4143 rdp->last_sched_clock = jiffies; in rcu_boot_init_percpu_data()