Searched refs:rcu_head (Results 51 - 75 of 697) sorted by relevance

1234567891011>>

/linux-master/fs/ecryptfs/
H A Ddentry.c54 static void ecryptfs_dentry_free_rcu(struct rcu_head *head)
/linux-master/security/safesetid/
H A Dlsm.h61 struct rcu_head rcu;
/linux-master/include/net/
H A Dpsample.h14 struct rcu_head rcu;
H A Dmctpdevice.h33 struct rcu_head rcu;
H A Dgarp.h110 struct rcu_head rcu;
115 struct rcu_head rcu;
H A Dmrp.h126 struct rcu_head rcu;
132 struct rcu_head rcu;
/linux-master/include/linux/
H A Diocontext.h89 struct rcu_head __rcu_head;
H A Dsrcutiny.h24 struct rcu_head *srcu_cb_head; /* Pending callbacks: Head. */
25 struct rcu_head **srcu_cb_tail; /* Pending callbacks: Tail. */
H A Digmp.h41 struct rcu_head rcu;
56 struct rcu_head rcu;
90 struct rcu_head rcu;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_events.h75 struct rcu_head rcu; /* for asynchronous kfree_rcu */
/linux-master/fs/btrfs/
H A Drcu-string.h16 struct rcu_head rcu;
/linux-master/fs/tracefs/
H A Dinternal.h51 struct rcu_head rcu;
/linux-master/tools/testing/radix-tree/
H A Dtest.h8 struct rcu_head rcu_head; member in struct:item
/linux-master/net/hsr/
H A Dhsr_framereg.h86 struct rcu_head rcu_head; member in struct:hsr_node
/linux-master/fs/nfsd/
H A Dexport.h78 struct rcu_head ex_rcu;
95 struct rcu_head ek_rcu;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_context_types.h42 struct rcu_head rcu;
329 * @rcu: rcu_head for deferred freeing.
331 struct rcu_head rcu;
/linux-master/kernel/rcu/
H A Drcu.h223 static inline int debug_rcu_head_queue(struct rcu_head *head)
234 static inline void debug_rcu_head_unqueue(struct rcu_head *head)
242 static inline int debug_rcu_head_queue(struct rcu_head *head)
247 static inline void debug_rcu_head_unqueue(struct rcu_head *head)
252 static inline void debug_rcu_head_callback(struct rcu_head *rhp)
563 struct rcu_head *rhp,
577 struct rcu_head *rhp,
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.h164 struct rcu_head rcu;
186 struct rcu_head rcu;
215 struct rcu_head rcu;
/linux-master/kernel/livepatch/
H A Dshadow.c49 * @rcu_head: RCU is used to safely free this structure
56 struct rcu_head rcu_head; member in struct:klp_shadow
240 kfree_rcu(shadow, rcu_head);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dact_stats.c23 struct rcu_head rcu_head; member in struct:mlx5e_tc_act_stats
124 kvfree_rcu(act_stats, rcu_head);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h167 struct rcu_head rcu;
189 struct rcu_head rcu;
225 struct rcu_head rcu;
/linux-master/security/selinux/
H A Dnetif.c35 struct rcu_head rcu_head; member in struct:sel_netif
116 kfree_rcu(netif, rcu_head);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_lblcr.c89 struct rcu_head rcu_head; member in struct:ip_vs_dest_set_elem
124 static void ip_vs_lblcr_elem_rcu_free(struct rcu_head *head)
128 e = container_of(head, struct ip_vs_dest_set_elem, rcu_head);
144 call_rcu(&e->rcu_head, ip_vs_lblcr_elem_rcu_free);
156 call_rcu(&e->rcu_head, ip_vs_lblcr_elem_rcu_free);
264 struct rcu_head rcu_head; member in struct:ip_vs_lblcr_entry
272 struct rcu_head rcu_head; member in struct:ip_vs_lblcr_table
[all...]
H A Dip_vs_dh.c65 struct rcu_head rcu_head; member in struct:ip_vs_dh_state
181 kfree_rcu(s, rcu_head);
/linux-master/net/bridge/
H A Dbr_private_cfm.h134 struct rcu_head rcu;
144 struct rcu_head rcu;

Completed in 207 milliseconds

1234567891011>>