Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree_nocb.h345 WRITE_ONCE(rdp->nocb_bypass_first, j); in rcu_nocb_do_flush_bypass()
459 if ((ncbs && !bypass_is_lazy && j != READ_ONCE(rdp->nocb_bypass_first)) || in rcu_nocb_try_bypass()
461 (time_after(j, READ_ONCE(rdp->nocb_bypass_first) + rcu_get_jiffies_lazy_flush()))) || in rcu_nocb_try_bypass()
498 WRITE_ONCE(rdp->nocb_bypass_first, j); in rcu_nocb_try_bypass()
677 (time_after(j, READ_ONCE(rdp->nocb_bypass_first) + rcu_get_jiffies_lazy_flush()) || in nocb_gp_wait()
681 (time_after(j, READ_ONCE(rdp->nocb_bypass_first) + 1) || in nocb_gp_wait()
1562 jiffies - rdp->nocb_bypass_first, in show_rcu_nocb_state()
H A Dtree.h247 unsigned long nocb_bypass_first; /* Time (jiffies) of first enqueue. */ member