Searched refs:rcu_head (Results 26 - 50 of 697) sorted by relevance

1234567891011>>

/linux-master/include/net/tc_act/
H A Dtc_ctinfo.h8 struct rcu_head rcu;
/linux-master/include/net/
H A Dnetprio_cgroup.h17 struct rcu_head rcu;
H A Drps.h21 struct rcu_head rcu;
43 struct rcu_head rcu;
H A Dioam6.h20 struct rcu_head rcu;
31 struct rcu_head rcu;
H 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;
H A Dcalipso.h48 struct rcu_head rcu;
/linux-master/security/landlock/
H A Dobject.h70 struct rcu_head rcu_free;
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_proto_gre.h21 struct rcu_head rcu;
/linux-master/include/linux/
H A Dipc.h27 struct rcu_head rcu;
H A Drcu_sync.h22 struct rcu_head cb_head;
H A Drcupdate.h39 void call_rcu(struct rcu_head *head, rcu_callback_t func);
110 void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func);
112 static inline void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func)
167 void call_rcu_tasks(struct rcu_head *head, rcu_callback_t func);
206 void call_rcu_tasks_rude(struct rcu_head *head, rcu_callback_t func);
296 * are needed for dynamic initialization and destruction of rcu_head
298 * dynamic initialization and destruction of statically allocated rcu_head
299 * structures. However, rcu_head structures allocated dynamically in the
303 void init_rcu_head(struct rcu_head *head);
304 void destroy_rcu_head(struct rcu_head *hea
[all...]
H A Drcupdate_trace.h87 void call_rcu_tasks_trace(struct rcu_head *rhp, rcu_callback_t func);
96 static inline void call_rcu_tasks_trace(struct rcu_head *rhp, rcu_callback_t func) { BUG(); }
H A Dshrinker.h22 struct rcu_head rcu;
101 struct rcu_head rcu;
H A Drethook.h24 * @rcu: The rcu_head for deferred freeing.
38 struct rcu_head rcu;
43 * @rcu: The rcu_head for deferred freeing.
53 struct rcu_head rcu;
H A Dtypes.h239 #define rcu_head callback_head macro
241 typedef void (*rcu_callback_t)(struct rcu_head *head);
242 typedef void (*call_rcu_func_t)(struct rcu_head *head, rcu_callback_t func);
/linux-master/mm/kfence/
H A Dkfence.h56 struct rcu_head rcu_head; /* For delayed freeing. */ member in struct:kfence_metadata
/linux-master/net/openvswitch/
H A Dmeter.h35 struct rcu_head rcu;
46 struct rcu_head rcu;
H A Dflow_table.h31 struct rcu_head rcu;
47 struct rcu_head rcu;
57 struct rcu_head rcu;
/linux-master/fs/bcachefs/
H A Dbuckets_types.h22 struct rcu_head rcu;
29 struct rcu_head rcu;
/linux-master/kernel/events/
H A Dcallchain.c18 struct rcu_head rcu_head; member in struct:callchain_cpus_entries
48 static void release_callchain_buffers_rcu(struct rcu_head *head)
53 entries = container_of(head, struct callchain_cpus_entries, rcu_head);
67 call_rcu(&entries->rcu_head, release_callchain_buffers_rcu);
/linux-master/kernel/rcu/
H A Dupdate.c398 * @head: Pointer to rcu_head member within rcu_synchronize structure
402 void wakeme_after_rcu(struct rcu_head *head)
458 void init_rcu_head(struct rcu_head *head)
464 void destroy_rcu_head(struct rcu_head *head)
476 * init_rcu_head_on_stack() - initialize on-stack rcu_head for debugobjects
477 * @head: pointer to rcu_head structure to be initialized
479 * This function informs debugobjects of a new rcu_head structure that
481 * is not required for rcu_head structures that are statically defined or
485 void init_rcu_head_on_stack(struct rcu_head *head)
492 * destroy_rcu_head_on_stack() - destroy on-stack rcu_head fo
[all...]
/linux-master/net/batman-adv/
H A Dtypes.h205 struct rcu_head rcu;
277 struct rcu_head rcu;
347 struct rcu_head rcu;
500 struct rcu_head rcu;
575 struct rcu_head rcu;
634 struct rcu_head rcu;
669 struct rcu_head rcu;
738 struct rcu_head rcu;
1555 struct rcu_head rcu;
1583 struct rcu_head rc
[all...]
/linux-master/net/can/
H A Daf_can.h60 struct rcu_head rcu;
/linux-master/include/keys/
H A Duser-type.h28 struct rcu_head rcu; /* RCU destructor */
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_timeline_types.h89 struct rcu_head rcu;

Completed in 194 milliseconds

1234567891011>>