Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree_plugin.h1917 !timer_pending(&rdp->nocb_bypass_timer)) in __call_rcu_nocb_wake()
1932 struct rcu_data *rdp = from_timer(rdp, t, nocb_bypass_timer); in do_nocb_bypass_wakeup_timer()
2034 mod_timer(&my_rdp->nocb_bypass_timer, j + 2); in nocb_gp_wait()
2060 del_timer(&my_rdp->nocb_bypass_timer); in nocb_gp_wait()
2255 timer_setup(&rdp->nocb_bypass_timer, do_nocb_bypass_wakeup_timer, 0); in rcu_boot_init_nocb_percpu_data()
2407 "bB"[timer_pending(&rdp->nocb_bypass_timer)], in show_rcu_nocb_gp_state()
Dtree.h214 struct timer_list nocb_bypass_timer; /* Force nocb_bypass flush. */ member