Lines Matching refs:rcu_head
40 void call_rcu(struct rcu_head *head, rcu_callback_t func);
158 void call_rcu_tasks(struct rcu_head *head, rcu_callback_t func);
186 void call_rcu_tasks_rude(struct rcu_head *head, rcu_callback_t func);
237 void init_rcu_head(struct rcu_head *head);
238 void destroy_rcu_head(struct rcu_head *head);
239 void init_rcu_head_on_stack(struct rcu_head *head);
240 void destroy_rcu_head_on_stack(struct rcu_head *head);
242 static inline void init_rcu_head(struct rcu_head *head) { } in init_rcu_head()
243 static inline void destroy_rcu_head(struct rcu_head *head) { } in destroy_rcu_head()
244 static inline void init_rcu_head_on_stack(struct rcu_head *head) { } in init_rcu_head_on_stack()
245 static inline void destroy_rcu_head_on_stack(struct rcu_head *head) { } in destroy_rcu_head_on_stack()
959 static inline void rcu_head_init(struct rcu_head *rhp) in rcu_head_init()
978 rcu_head_after_call_rcu(struct rcu_head *rhp, rcu_callback_t f) in rcu_head_after_call_rcu()