Searched refs:rcu (Results 1 – 12 of 12) sorted by relevance
/arch/x86/mm/ |
D | kmmio.c | 53 struct rcu_head rcu; member 478 rcu); in rcu_free_kmmio_fault_pages() 492 container_of(head, struct kmmio_delayed_release, rcu); in remove_kmmio_fault_pages() 512 call_rcu(&dr->rcu, rcu_free_kmmio_fault_pages); in remove_kmmio_fault_pages() 576 call_rcu(&drelease->rcu, remove_kmmio_fault_pages); in unregister_kmmio_probe()
|
/arch/mips/boot/dts/lantiq/ |
D | danube.dtsi | 59 rcu0: rcu@203000 { 60 compatible = "lantiq,rcu-xway";
|
/arch/powerpc/mm/book3s64/ |
D | iommu_api.c | 29 struct rcu_head rcu; member 238 struct mm_iommu_table_group_mem_t, rcu); in mm_iommu_free() 246 call_rcu(&mem->rcu, mm_iommu_free); in mm_iommu_release()
|
/arch/powerpc/kvm/ |
D | book3s_64_vio.c | 51 struct kvmppc_spapr_tce_iommu_table, rcu); in kvm_spapr_tce_iommu_table_free() 65 call_rcu(&stit->rcu, kvm_spapr_tce_iommu_table_free); in kvm_spapr_tce_liobn_put() 188 struct kvmppc_spapr_tce_table, rcu); in release_spapr_tce_table() 269 call_rcu(&stt->rcu, release_spapr_tce_table); in kvm_spapr_tce_release()
|
/arch/s390/include/asm/ |
D | gmap.h | 95 struct rcu_head rcu; member
|
/arch/powerpc/mm/ |
D | hugetlbpage.c | 250 struct rcu_head rcu; member 260 container_of(head, struct hugepd_freelist, rcu); in hugepd_free_rcu_callback() 289 call_rcu(&(*batchp)->rcu, hugepd_free_rcu_callback); in hugepd_free()
|
/arch/s390/kernel/ |
D | irq.c | 280 struct rcu_head rcu; member 324 kfree_rcu(p, rcu); in unregister_external_irq()
|
/arch/powerpc/include/asm/ |
D | iommu.h | 187 struct rcu_head rcu; member
|
D | kvm_host.h | 175 struct rcu_head rcu; member 187 struct rcu_head rcu; member
|
/arch/powerpc/platforms/powernv/ |
D | pci-ioda-tce.c | 388 kfree_rcu(tgl, rcu); in pnv_pci_unlink_table_and_group()
|
/arch/x86/kvm/ |
D | lapic.c | 166 static void kvm_apic_map_free(struct rcu_head *rcu) in kvm_apic_map_free() argument 168 struct kvm_apic_map *map = container_of(rcu, struct kvm_apic_map, rcu); in kvm_apic_map_free() 283 call_rcu(&old->rcu, kvm_apic_map_free); in kvm_recalculate_apic_map()
|
/arch/x86/include/asm/ |
D | kvm_host.h | 942 struct rcu_head rcu; member
|