Home
last modified time | relevance | path

Searched refs:free_notifier (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/iommu/intel/
H A Dsvm.c110 .free_notifier = intel_mm_free_notifier,
193 /* dmar_domain free is deferred to the mmu free_notifier callback. */ in intel_svm_domain_free()
/linux/mm/
H A Dmmu_notifier.c774 subscription->ops->free_notifier(subscription); in mmu_notifier_get_locked()
845 subscription->ops->free_notifier(subscription); in mmu_notifier_free_rcu()
859 * when the mm_struct is destroyed. Instead free_notifier is always called to
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-sva.c206 .free_notifier = arm_smmu_mmu_notifier_free,
/linux/include/linux/
H A Dmmu_notifier.h208 * free_notifier() is only called after the mmu_notifier has been
214 void (*free_notifier)(struct mmu_notifier *subscription); member
/linux/arch/x86/kernel/cpu/sgx/
H A Dencl.c812 .free_notifier = sgx_mmu_notifier_free,
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c299 .free_notifier = nouveau_svmm_free_notifier,
/linux/drivers/power/supply/
H A Dab8500_charger.c3678 goto free_notifier; in ab8500_charger_probe()
3683 free_notifier: in ab8500_charger_probe()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c1295 .free_notifier = kfd_process_free_notifier,
1329 * Ensures that all outstanding free_notifier get called, triggering in kfd_cleanup_processes()
1562 /* Avoid free_notifier to start kfd_process_wq_release if in create_process()
1570 * dropping the last process reference in the free_notifier. in create_process()