Lines Matching refs:rcu_head
38 void call_rcu(struct rcu_head *head, rcu_callback_t func);
148 void call_rcu_tasks(struct rcu_head *head, rcu_callback_t func);
176 void call_rcu_tasks_rude(struct rcu_head *head, rcu_callback_t func);
227 void init_rcu_head(struct rcu_head *head);
228 void destroy_rcu_head(struct rcu_head *head);
229 void init_rcu_head_on_stack(struct rcu_head *head);
230 void destroy_rcu_head_on_stack(struct rcu_head *head);
232 static inline void init_rcu_head(struct rcu_head *head) { } in init_rcu_head()
233 static inline void destroy_rcu_head(struct rcu_head *head) { } in destroy_rcu_head()
234 static inline void init_rcu_head_on_stack(struct rcu_head *head) { } in init_rcu_head_on_stack()
235 static inline void destroy_rcu_head_on_stack(struct rcu_head *head) { } in destroy_rcu_head_on_stack()
949 static inline void rcu_head_init(struct rcu_head *rhp) in rcu_head_init()
968 rcu_head_after_call_rcu(struct rcu_head *rhp, rcu_callback_t f) in rcu_head_after_call_rcu()