Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Dtree.h264 unsigned long last_sched_clock; /* Jiffies of last rcu_sched_clock_irq(). */ member
Dtree.c1264 WRITE_ONCE(rdp->last_sched_clock, jiffies); in __note_gp_changes()
2331 WARN_ON_ONCE(time_before(j, __this_cpu_read(rcu_data.last_sched_clock))); in rcu_sched_clock_irq()
2332 __this_cpu_write(rcu_data.last_sched_clock, j); in rcu_sched_clock_irq()
4085 rdp->last_sched_clock = jiffies; in rcu_boot_init_percpu_data()