Lines Matching refs:rcu_head
41 void call_rcu(struct rcu_head *head, rcu_callback_t func);
111 void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func);
113 static inline void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func) in call_rcu_hurry()
169 void call_rcu_tasks(struct rcu_head *head, rcu_callback_t func);
305 void init_rcu_head(struct rcu_head *head);
306 void destroy_rcu_head(struct rcu_head *head);
307 void init_rcu_head_on_stack(struct rcu_head *head);
308 void destroy_rcu_head_on_stack(struct rcu_head *head);
310 static inline void init_rcu_head(struct rcu_head *head) { } in init_rcu_head()
311 static inline void destroy_rcu_head(struct rcu_head *head) { } in destroy_rcu_head()
312 static inline void init_rcu_head_on_stack(struct rcu_head *head) { } in init_rcu_head_on_stack()
313 static inline void destroy_rcu_head_on_stack(struct rcu_head *head) { } in destroy_rcu_head_on_stack()
1073 void kvfree_call_rcu(struct rcu_head *head, void *ptr);
1122 static inline void rcu_head_init(struct rcu_head *rhp) in rcu_head_init()
1141 rcu_head_after_call_rcu(struct rcu_head *rhp, rcu_callback_t f) in rcu_head_after_call_rcu()