Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dtree.h617 static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp);
Dtree_plugin.h2290 static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp) in rcu_nocb_need_deferred_wakeup() function
2300 if (!rcu_nocb_need_deferred_wakeup(rdp)) in do_nocb_deferred_wakeup()
2546 static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp) in rcu_nocb_need_deferred_wakeup() function
Dtree.c3924 if (rcu_nocb_need_deferred_wakeup(rdp)) { in __rcu_pending()