Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree_nocb.h958 static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp, int level) in rcu_nocb_need_deferred_wakeup() function
972 if (!rcu_nocb_need_deferred_wakeup(rdp_gp, level)) { in do_nocb_deferred_wakeup_common()
1008 if (!rdp_gp || !rcu_nocb_need_deferred_wakeup(rdp_gp, RCU_NOCB_WAKE)) in do_nocb_deferred_wakeup()
1687 static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp, int level) in rcu_nocb_need_deferred_wakeup() function
H A Dtree.h510 static int rcu_nocb_need_deferred_wakeup(struct rcu_data *rdp, int level);
H A Dtree.c3674 if (rcu_nocb_need_deferred_wakeup(rdp, RCU_NOCB_WAKE)) in rcu_pending()