Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dtree.h583 static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp);
Dtree_plugin.h2325 static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp) in rcu_nocb_need_deferred_wakeup() function
2335 if (!rcu_nocb_need_deferred_wakeup(rdp)) in do_nocb_deferred_wakeup()
2581 static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp) in rcu_nocb_need_deferred_wakeup() function
Dtree.c3466 if (rcu_nocb_need_deferred_wakeup(rdp)) { in __rcu_pending()