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()
402 bypass_first = READ_ONCE(rdp->nocb_bypass_first); in nocb_bypass_needs_flush()
528 WRITE_ONCE(rdp->nocb_bypass_first, j); in rcu_nocb_try_bypass()
1585 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