Searched refs:rcu_head (Results 1 – 25 of 172) sorted by relevance
1234567
22 struct rcu_head *head;23 struct rcu_head **tail;191 struct rcu_head *head;192 struct rcu_head **tails[RCU_CBLIST_NSEGS];
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);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()1073 void kvfree_call_rcu(struct rcu_head *head, void *ptr);[all …]
30 struct rcu_head rcu;39 struct rcu_head rcu;56 struct rcu_head rcu;73 struct rcu_head rcu;
17 struct rcu_head head;23 void wakeme_after_rcu(struct rcu_head *head);
38 struct rcu_head rcu;53 struct rcu_head rcu;
38 struct rcu_head rcu_head; member
88 void call_rcu_tasks_trace(struct rcu_head *rhp, rcu_callback_t func);97 static inline void call_rcu_tasks_trace(struct rcu_head *rhp, rcu_callback_t func) { BUG(); } in call_rcu_tasks_trace()
22 struct rcu_head rcu;101 struct rcu_head rcu;
245 #define rcu_head callback_head macro247 typedef void (*rcu_callback_t)(struct rcu_head *head);248 typedef void (*call_rcu_func_t)(struct rcu_head *head, rcu_callback_t func);
27 struct rcu_head rcu;
80 struct rcu_head rcu;87 struct rcu_head rcu;99 struct rcu_head rcu;109 struct rcu_head rcu;133 struct rcu_head rcu;153 struct rcu_head rcu;219 struct rcu_head rcu;
79 struct rcu_head rcu_head; member218 struct rcu_head rcu_head; member
20 struct rcu_head rcu;31 struct rcu_head rcu;
21 struct rcu_head rcu;43 struct rcu_head rcu;60 struct rcu_head rcu;
16 struct rcu_head rcu;
48 struct rcu_head rcu;
19 struct rcu_head rcu_head; member
21 struct rcu_head rcu;
11 struct rcu_head rcu;
14 struct rcu_head rcu;
13 struct rcu_head rcu;
19 struct rcu_head rcu;
17 struct rcu_head rcu;
33 struct rcu_head rcu;
18 struct rcu_head rcu;
Completed in 54 milliseconds