Searched refs:rcu_accelerate_cbs (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/kernel/rcu/ |
D | tree.c | 1629 static bool rcu_accelerate_cbs(struct rcu_state *rsp, struct rcu_node *rnp, in rcu_accelerate_cbs() function 1730 return rcu_accelerate_cbs(rsp, rnp, rdp); in rcu_advance_cbs() 1749 ret = rcu_accelerate_cbs(rsp, rnp, rdp); in __note_gp_changes() 2386 needwake = rcu_accelerate_cbs(rsp, rnp, rdp); in rcu_report_qs_rdp()
|
D | tree_plugin.h | 1572 needwake = rcu_accelerate_cbs(rsp, rnp, rdp); in rcu_prepare_for_idle()
|
/linux-4.4.14/Documentation/RCU/ |
D | stallwarn.txt | 140 rcu_accelerate_cbs() from rcu_prepare_for_idle(). The "nonlazy_posted:"
|