函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\mmu_notifier.h Create Date:2022-07-27 06:58:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:mmu_notifier_mm_destroy

函数原型:static inline void mmu_notifier_mm_destroy(struct mm_struct *mm)

返回类型:void

参数:

类型参数名称
struct mm_struct *mm
490  如果mm_has_notifiers(mm)则his is called after the last mmu_notifier_unregister() returned
调用者
名称描述
__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.