Lines Matching refs:rcu_head
41 void call_rcu(struct rcu_head *head, rcu_callback_t func);
187 void call_rcu_tasks(struct rcu_head *head, rcu_callback_t func);
226 void call_rcu_tasks_rude(struct rcu_head *head, rcu_callback_t func);
278 void init_rcu_head(struct rcu_head *head);
279 void destroy_rcu_head(struct rcu_head *head);
280 void init_rcu_head_on_stack(struct rcu_head *head);
281 void destroy_rcu_head_on_stack(struct rcu_head *head);
283 static inline void init_rcu_head(struct rcu_head *head) { } in init_rcu_head()
284 static inline void destroy_rcu_head(struct rcu_head *head) { } in destroy_rcu_head()
285 static inline void init_rcu_head_on_stack(struct rcu_head *head) { } in init_rcu_head_on_stack()
286 static inline void destroy_rcu_head_on_stack(struct rcu_head *head) { } in destroy_rcu_head_on_stack()
1026 static inline void rcu_head_init(struct rcu_head *rhp) in rcu_head_init()
1045 rcu_head_after_call_rcu(struct rcu_head *rhp, rcu_callback_t f) in rcu_head_after_call_rcu()