Searched refs:rcu_sync_func (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/rcu/
H A Dsync.c27 static void rcu_sync_func(struct rcu_head *rhp);
31 call_rcu_hurry(&rsp->cb_head, rcu_sync_func);
35 * rcu_sync_func() - Callback function managing reader access to fastpath
57 static void rcu_sync_func(struct rcu_head *rhp) function
103 * by rcu_sync_enter(), rcu_sync_exit(), and rcu_sync_func().
131 * call_rcu(rcu_sync_func) which does GP_ENTER -> GP_PASSED.
134 rcu_sync_func(&rsp->cb_head);

Completed in 109 milliseconds