Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/rcu/
Dtree_nocb.h444 if (j != rdp->nocb_gp_adv_time && in rcu_nocb_try_bypass()
448 rdp->nocb_gp_adv_time = j; in rcu_nocb_try_bypass()
526 if (j != rdp->nocb_gp_adv_time && in __call_rcu_nocb_wake()
530 rdp->nocb_gp_adv_time = j; in __call_rcu_nocb_wake()
Dtree.h213 unsigned long nocb_gp_adv_time; /* Last call_rcu() CB adv (jiffies). */ member