Searched refs:nocb_bypass_first (Results 1 – 2 of 2) sorted by relevance
361 WRITE_ONCE(rdp->nocb_bypass_first, j); in rcu_nocb_do_flush_bypass()483 if ((ncbs && !bypass_is_lazy && j != READ_ONCE(rdp->nocb_bypass_first)) || in rcu_nocb_try_bypass()485 (time_after(j, READ_ONCE(rdp->nocb_bypass_first) + jiffies_till_flush))) || in rcu_nocb_try_bypass()523 WRITE_ONCE(rdp->nocb_bypass_first, j); in rcu_nocb_try_bypass()726 (time_after(j, READ_ONCE(rdp->nocb_bypass_first) + jiffies_till_flush) || in nocb_gp_wait()730 (time_after(j, READ_ONCE(rdp->nocb_bypass_first) + 1) || in nocb_gp_wait()1680 jiffies - rdp->nocb_bypass_first, in show_rcu_nocb_state()
237 unsigned long nocb_bypass_first; /* Time (jiffies) of first enqueue. */ member