Searched refs:rcu_accelerate_cbs (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/kernel/rcu/ |
D | tree.c | 1563 static bool rcu_accelerate_cbs(struct rcu_state *rsp, struct rcu_node *rnp, in rcu_accelerate_cbs() function 1664 return rcu_accelerate_cbs(rsp, rnp, rdp); in rcu_advance_cbs() 1683 ret = rcu_accelerate_cbs(rsp, rnp, rdp); in __note_gp_changes() 2294 needwake = rcu_accelerate_cbs(rsp, rnp, rdp); in rcu_report_qs_rdp()
|
D | tree_plugin.h | 1578 needwake = rcu_accelerate_cbs(rsp, rnp, rdp); in rcu_prepare_for_idle()
|
/linux-4.1.27/Documentation/RCU/ |
D | stallwarn.txt | 148 rcu_accelerate_cbs() from rcu_prepare_for_idle(). The "nonlazy_posted:"
|