Searched refs:rcu_head (Results 351 - 375 of 703) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/xfs/
H A Dxfs_buf.h227 struct rcu_head b_rcu;
/linux-master/include/asm-generic/
H A Dtlb.h201 struct rcu_head rcu;
/linux-master/mm/
H A Dmmu_gather.c280 static void tlb_remove_table_rcu(struct rcu_head *head)
H A Dbacking-dev.c488 static void cgwb_free_rcu(struct rcu_head *rcu_head) argument
490 struct bdi_writeback *wb = container_of(rcu_head,
/linux-master/arch/x86/kvm/mmu/
H A Dtdp_mmu.c68 static void tdp_mmu_free_sp_rcu_callback(struct rcu_head *head)
71 rcu_head);
91 call_rcu(&root->rcu_head, tdp_mmu_free_sp_rcu_callback);
422 call_rcu(&sp->rcu_head, tdp_mmu_free_sp_rcu_callback);
/linux-master/net/mac80211/
H A Dmesh.h115 struct rcu_head rcu;
H A Dagg-tx.c296 kfree_rcu(tid_tx, rcu_head);
361 kfree_rcu(tid_tx, rcu_head);
552 kfree_rcu(tid_tx, rcu_head);
H A Dmesh_pathtbl.c50 kfree_rcu(entry, fast_tx.rcu_head);
430 kfree_rcu(entry, fast_tx.rcu_head);
596 kfree_rcu(prev, fast_tx.rcu_head);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h395 struct rcu_head rcu; /* to avoid race on free */
/linux-master/include/linux/
H A Dnetfs.h224 struct rcu_head rcu;
H A Dio_uring_types.h217 struct rcu_head rcu;
/linux-master/include/net/
H A Dtls.h261 struct rcu_head rcu;
/linux-master/security/keys/trusted-keys/
H A Dtrusted_core.c219 static void trusted_rcu_free(struct rcu_head *rcu)
/linux-master/security/yama/
H A Dyama_lsm.c36 struct rcu_head rcu;
/linux-master/drivers/target/
H A Dtarget_core_file.c221 static void fd_dev_call_rcu(struct rcu_head *p)
223 struct se_device *dev = container_of(p, struct se_device, rcu_head);
231 call_rcu(&dev->rcu_head, fd_dev_call_rcu);
H A Dtarget_core_iblock.c190 static void iblock_dev_call_rcu(struct rcu_head *p)
192 struct se_device *dev = container_of(p, struct se_device, rcu_head);
201 call_rcu(&dev->rcu_head, iblock_dev_call_rcu);
H A Dtarget_core_pscsi.c541 static void pscsi_dev_call_rcu(struct rcu_head *p)
543 struct se_device *dev = container_of(p, struct se_device, rcu_head);
551 call_rcu(&dev->rcu_head, pscsi_dev_call_rcu);
/linux-master/lib/
H A Dradix-tree.c290 void radix_tree_node_rcu_free(struct rcu_head *head)
293 container_of(head, struct radix_tree_node, rcu_head);
310 call_rcu(&node->rcu_head, radix_tree_node_rcu_free);
/linux-master/kernel/
H A Daudit_tree.c21 struct rcu_head head;
32 struct rcu_head head;
145 static void __put_chunk(struct rcu_head *rcu)
/linux-master/mm/kfence/
H A Dcore.c559 static void rcu_guarded_free(struct rcu_head *h)
561 struct kfence_metadata *meta = container_of(h, struct kfence_metadata, rcu_head);
1152 call_rcu(&meta->rcu_head, rcu_guarded_free);
/linux-master/drivers/net/ieee802154/
H A Dmac802154_hwsim.c54 struct rcu_head rcu;
60 struct rcu_head rcu;
68 struct rcu_head rcu;
/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c240 struct rcu_head *head)
242 struct xfs_perag *pag = container_of(head, struct xfs_perag, rcu_head);
273 call_rcu(&pag->rcu_head, __xfs_free_perag);
/linux-master/fs/kernfs/
H A Dfile.c22 struct rcu_head rcu_head; member in struct:kernfs_open_node
586 kfree_rcu(on, rcu_head);
/linux-master/net/core/
H A Dnetpoll.c804 static void rcu_cleanup_netpoll_info(struct rcu_head *rcu_head) argument
807 container_of(rcu_head, struct netpoll_info, rcu);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c518 static void ip_vs_service_rcu_free(struct rcu_head *head)
522 svc = container_of(head, struct ip_vs_service, rcu_head);
533 call_rcu(&svc->rcu_head, ip_vs_service_rcu_free);
748 void ip_vs_dest_dst_rcu_free(struct rcu_head *head)
752 rcu_head);
766 call_rcu(&old->rcu_head, ip_vs_dest_dst_rcu_free);
820 static void ip_vs_dest_rcu_free(struct rcu_head *head)
824 dest = container_of(head, struct ip_vs_dest, rcu_head);
835 call_rcu(&dest->rcu_head, ip_vs_dest_rcu_free);
859 static void ip_vs_stats_rcu_free(struct rcu_head *hea
[all...]

Completed in 476 milliseconds

<<11121314151617181920>>