Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\mmu_notifier.c Create Date:2022-07-28 15:36:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__mmu_notifier_release

Proto:void __mmu_notifier_release(struct mm_struct *mm)

Type:void

Parameter:

TypeParameterName
struct mm_struct *mm
341  mmn_mm = mmu_notifier_mm
343  If has_itree Then mn_itree_release(mmn_mm, mm)
346  If Not hlist_empty( & all mmu notifiers registered in this mm are queued in this list ) Then This function can't run concurrently against mmu_notifier_register* because mm->mm_users > 0 during mmu_notifier_register and exit_mmap* runs with mm_users == 0
Caller
NameDescribe
mmu_notifier_release