Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\mmu_notifier.h Create Date:2022-07-28 05:59:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mmu_notifier_mm_destroy

Proto:static inline void mmu_notifier_mm_destroy(struct mm_struct *mm)

Type:void

Parameter:

TypeParameterName
struct mm_struct *mm
490  If mm_has_notifiers(mm) Then his is called after the last mmu_notifier_unregister() returned
Caller
NameDescribe
__mmdropCalled when the last reference to the mm* is dropped: either by a lazy thread or by* mmput. Free the page directory and the mm.