nocb_bypass_timer  214 kernel/rcu/tree.h 	struct timer_list nocb_bypass_timer; /* Force nocb_bypass flush. */
nocb_bypass_timer 1916 kernel/rcu/tree_plugin.h 		    !timer_pending(&rdp->nocb_bypass_timer))
nocb_bypass_timer 1931 kernel/rcu/tree_plugin.h 	struct rcu_data *rdp = from_timer(rdp, t, nocb_bypass_timer);
nocb_bypass_timer 2033 kernel/rcu/tree_plugin.h 		mod_timer(&my_rdp->nocb_bypass_timer, j + 2);
nocb_bypass_timer 2059 kernel/rcu/tree_plugin.h 			del_timer(&my_rdp->nocb_bypass_timer);
nocb_bypass_timer 2249 kernel/rcu/tree_plugin.h 	timer_setup(&rdp->nocb_bypass_timer, do_nocb_bypass_wakeup_timer, 0);
nocb_bypass_timer 2401 kernel/rcu/tree_plugin.h 		"bB"[timer_pending(&rdp->nocb_bypass_timer)],