Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree_plugin.h1707 WRITE_ONCE(rdp->nocb_bypass_first, j); in rcu_nocb_do_flush_bypass()
1814 if ((ncbs && j != READ_ONCE(rdp->nocb_bypass_first)) || in rcu_nocb_try_bypass()
1842 WRITE_ONCE(rdp->nocb_bypass_first, j); in rcu_nocb_try_bypass()
1968 (time_after(j, READ_ONCE(rdp->nocb_bypass_first) + 1) || in nocb_gp_wait()
2418 jiffies - rdp->nocb_bypass_first, in show_rcu_nocb_state()
Dtree.h208 unsigned long nocb_bypass_first; /* Time (jiffies) of first enqueue. */ member