Lines Matching refs:rcu_head
40 void call_rcu(struct rcu_head *head, rcu_callback_t func);
162 void call_rcu_tasks(struct rcu_head *head, rcu_callback_t func);
190 void call_rcu_tasks_rude(struct rcu_head *head, rcu_callback_t func);
241 void init_rcu_head(struct rcu_head *head);
242 void destroy_rcu_head(struct rcu_head *head);
243 void init_rcu_head_on_stack(struct rcu_head *head);
244 void destroy_rcu_head_on_stack(struct rcu_head *head);
246 static inline void init_rcu_head(struct rcu_head *head) { } in init_rcu_head()
247 static inline void destroy_rcu_head(struct rcu_head *head) { } in destroy_rcu_head()
248 static inline void init_rcu_head_on_stack(struct rcu_head *head) { } in init_rcu_head_on_stack()
249 static inline void destroy_rcu_head_on_stack(struct rcu_head *head) { } in destroy_rcu_head_on_stack()
975 static inline void rcu_head_init(struct rcu_head *rhp) in rcu_head_init()
994 rcu_head_after_call_rcu(struct rcu_head *rhp, rcu_callback_t f) in rcu_head_after_call_rcu()