Lines Matching refs:rcu_head
38 void call_rcu(struct rcu_head *head, rcu_callback_t func);
139 void call_rcu_tasks(struct rcu_head *head, rcu_callback_t func);
187 void init_rcu_head(struct rcu_head *head);
188 void destroy_rcu_head(struct rcu_head *head);
189 void init_rcu_head_on_stack(struct rcu_head *head);
190 void destroy_rcu_head_on_stack(struct rcu_head *head);
192 static inline void init_rcu_head(struct rcu_head *head) { } in init_rcu_head()
193 static inline void destroy_rcu_head(struct rcu_head *head) { } in destroy_rcu_head()
194 static inline void init_rcu_head_on_stack(struct rcu_head *head) { } in init_rcu_head_on_stack()
195 static inline void destroy_rcu_head_on_stack(struct rcu_head *head) { } in destroy_rcu_head_on_stack()
868 static inline void rcu_head_init(struct rcu_head *rhp) in rcu_head_init()
887 rcu_head_after_call_rcu(struct rcu_head *rhp, rcu_callback_t f) in rcu_head_after_call_rcu()