Searched refs:rcu_head (Results 426 - 450 of 701) sorted by relevance

<<11121314151617181920>>

/linux-master/include/linux/
H A Dxarray.h1171 struct rcu_head rcu_head; /* Used when freeing node */ member in union:xa_node::__anon452
/linux-master/fs/nfs/
H A Dpnfs.h217 struct rcu_head plh_rcu;
364 struct rcu_head rcu;
/linux-master/net/netfilter/ipset/
H A Dip_set_list_set.c27 struct rcu_head rcu;
143 __list_set_del_rcu(struct rcu_head * rcu)
/linux-master/kernel/bpf/
H A Ddevmap.c69 struct rcu_head rcu;
805 static void __dev_map_entry_free(struct rcu_head *rcu)
/linux-master/drivers/net/
H A Dgtp.c67 struct rcu_head rcu_head; member in struct:pdp_ctx
1979 static void pdp_context_free(struct rcu_head *head)
1981 struct pdp_ctx *pctx = container_of(head, struct pdp_ctx, rcu_head);
1991 call_rcu(&pctx->rcu_head, pdp_context_free);
/linux-master/net/mac80211/
H A Dcfg.c947 kfree_rcu(old, rcu_head);
970 kfree_rcu(old, rcu_head);
1003 kfree_rcu(old, rcu_head);
1238 kfree_rcu(old, rcu_head);
1487 kfree_rcu(old, rcu_head);
1635 kfree_rcu(old_beacon, rcu_head);
1637 kfree_rcu(old_probe_resp, rcu_head);
1639 kfree_rcu(old_fils_discovery, rcu_head);
1641 kfree_rcu(old_unsol_bcast_probe_resp, rcu_head);
4330 kfree_rcu(old_qos_map, rcu_head);
[all...]
H A Dchan.c739 kfree_rcu(ctx, rcu_head);
1047 kfree_rcu(ctx, rcu_head);
1678 kfree_rcu(ctx, rcu_head);
/linux-master/kernel/locking/
H A Dlockdep.c390 * @rcu_head: Used to schedule an RCU callback for freeing data structures.
396 struct rcu_head rcu_head; member in struct:delayed_free
1184 init_rcu_head(&delayed_free.rcu_head);
6184 static void free_zapped_rcu(struct rcu_head *cb);
6205 call_rcu(&delayed_free.rcu_head, free_zapped_rcu);
6227 static void free_zapped_rcu(struct rcu_head *ch)
6232 if (WARN_ON_ONCE(ch != &delayed_free.rcu_head))
/linux-master/drivers/net/wireless/intel/iwlwifi/mei/
H A Dmain.c131 struct rcu_head rcu_head; member in struct:iwl_mei_filters
687 kfree_rcu(old_filters, rcu_head);
/linux-master/drivers/net/vxlan/
H A Dvxlan_mdb.c29 struct rcu_head rcu;
41 struct rcu_head rcu;
686 static void vxlan_mdb_rdst_free(struct rcu_head *head)
/linux-master/block/
H A Dblk-cgroup.c169 static void __blkg_release(struct rcu_head *rcu)
171 struct blkcg_gq *blkg = container_of(rcu, struct blkcg_gq, rcu_head);
204 call_rcu(&blkg->rcu_head, __blkg_release);
/linux-master/net/netlabel/
H A Dnetlabel_domainhash.c64 static void netlbl_domhsh_free_entry(struct rcu_head *entry)
/linux-master/ipc/
H A Dutil.c534 void (*func)(struct rcu_head *head))
/linux-master/net/core/
H A Dsock_reuseport.c303 static void reuseport_free_rcu(struct rcu_head *head)
/linux-master/drivers/target/
H A Dtarget_core_tpg.c598 kfree_rcu(se_tpg->tpg_virt_lun0, rcu_head);
/linux-master/security/
H A Ddevice_cgroup.c40 struct rcu_head rcu;
/linux-master/net/bridge/
H A Dbr_if.c292 static void destroy_nbp_rcu(struct rcu_head *head)
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h657 struct rcu_head rcu;
/linux-master/net/openvswitch/
H A Dmeter.c86 static void dp_meter_instance_free_rcu(struct rcu_head *rcu)
/linux-master/net/ipv6/ila/
H A Dila_xlat.c21 struct rcu_head rcu;
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.h437 struct rcu_head rcu;
/linux-master/fs/ecryptfs/
H A Decryptfs_kernel.h265 struct rcu_head rcu;
/linux-master/net/netfilter/
H A Dcore.c67 static void __nf_hook_entries_free(struct rcu_head *h)
/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.h987 struct rcu_head list;
/linux-master/mm/
H A Dshrinker.c759 static void shrinker_free_rcu_cb(struct rcu_head *head)

Completed in 351 milliseconds

<<11121314151617181920>>