Home
last modified time | relevance | path

Searched refs:rcu_head (Results 1 – 25 of 172) sorted by relevance

1234567

/include/linux/
A Drcu_segcblist.h22 struct rcu_head *head;
23 struct rcu_head **tail;
191 struct rcu_head *head;
192 struct rcu_head **tails[RCU_CBLIST_NSEGS];
A Drcupdate.h41 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 …]
A Dwatch_queue.h30 struct rcu_head rcu;
39 struct rcu_head rcu;
56 struct rcu_head rcu;
73 struct rcu_head rcu;
A Drcupdate_wait.h17 struct rcu_head head;
23 void wakeme_after_rcu(struct rcu_head *head);
A Drethook.h38 struct rcu_head rcu;
53 struct rcu_head rcu;
A Dnet_tstamp.h38 struct rcu_head rcu_head; member
A Drcupdate_trace.h88 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()
A Dshrinker.h22 struct rcu_head rcu;
101 struct rcu_head rcu;
A Dtypes.h245 #define rcu_head callback_head macro
247 typedef void (*rcu_callback_t)(struct rcu_head *head);
248 typedef void (*call_rcu_func_t)(struct rcu_head *head, rcu_callback_t func);
A Dipc.h27 struct rcu_head rcu;
/include/net/
A Dif_inet6.h80 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;
A Dregulatory.h79 struct rcu_head rcu_head; member
218 struct rcu_head rcu_head; member
A Dioam6.h20 struct rcu_head rcu;
31 struct rcu_head rcu;
A Drps.h21 struct rcu_head rcu;
43 struct rcu_head rcu;
60 struct rcu_head rcu;
A Dxdp_priv.h16 struct rcu_head rcu;
A Dcalipso.h48 struct rcu_head rcu;
/include/linux/netfilter/
A Dnfnetlink_osf.h19 struct rcu_head rcu_head; member
A Dnf_conntrack_proto_gre.h21 struct rcu_head rcu;
/include/net/tc_act/
A Dtc_connmark.h11 struct rcu_head rcu;
A Dtc_nat.h14 struct rcu_head rcu;
A Dtc_skbmod.h13 struct rcu_head rcu;
/include/keys/
A Dencrypted-type.h19 struct rcu_head rcu;
A Drequest_key_auth-type.h17 struct rcu_head rcu;
/include/net/netns/
A Dgeneric.h33 struct rcu_head rcu;
/include/net/netfilter/
A Dxt_rateest.h18 struct rcu_head rcu;

Completed in 54 milliseconds

1234567