nocb_bypass_first 208 kernel/rcu/tree.h unsigned long nocb_bypass_first; /* Time (jiffies) of first enqueue. */ nocb_bypass_first 1708 kernel/rcu/tree_plugin.h WRITE_ONCE(rdp->nocb_bypass_first, j); nocb_bypass_first 1815 kernel/rcu/tree_plugin.h if ((ncbs && j != READ_ONCE(rdp->nocb_bypass_first)) || nocb_bypass_first 1843 kernel/rcu/tree_plugin.h WRITE_ONCE(rdp->nocb_bypass_first, j); nocb_bypass_first 1969 kernel/rcu/tree_plugin.h (time_after(j, READ_ONCE(rdp->nocb_bypass_first) + 1) || nocb_bypass_first 2431 kernel/rcu/tree_plugin.h jiffies - rdp->nocb_bypass_first,