nocb_timer        202 kernel/rcu/tree.h 	struct timer_list nocb_timer;	/* Enforce finite deferral. */
nocb_timer       1656 kernel/rcu/tree_plugin.h 	del_timer(&rdp->nocb_timer);
nocb_timer       1677 kernel/rcu/tree_plugin.h 		mod_timer(&rdp->nocb_timer, jiffies + 1);
nocb_timer       1987 kernel/rcu/tree_plugin.h 			del_timer(&my_rdp->nocb_timer);
nocb_timer       2177 kernel/rcu/tree_plugin.h 	struct rcu_data *rdp = from_timer(rdp, t, nocb_timer);
nocb_timer       2248 kernel/rcu/tree_plugin.h 	timer_setup(&rdp->nocb_timer, do_nocb_deferred_wakeup_timer, 0);
nocb_timer       2400 kernel/rcu/tree_plugin.h 		"tT"[timer_pending(&rdp->nocb_timer)],
nocb_timer       2446 kernel/rcu/tree_plugin.h 	wastimer = timer_pending(&rdp->nocb_timer);