Home
last modified time | relevance | path

Searched refs:rcu_nocb_need_deferred_wakeup (Results 1 – 3 of 3) sorted by relevance

/kernel/rcu/
Dtree.h440 static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp);
Dtree_plugin.h2151 static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp) in rcu_nocb_need_deferred_wakeup() function
2163 if (!rcu_nocb_need_deferred_wakeup(rdp)) { in do_nocb_deferred_wakeup_common()
2188 if (rcu_nocb_need_deferred_wakeup(rdp)) in do_nocb_deferred_wakeup()
2507 static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp) in rcu_nocb_need_deferred_wakeup() function
Dtree.c2798 if (rcu_nocb_need_deferred_wakeup(rdp)) in rcu_pending()