Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\fork.c Create Date:2022-07-28 08:57:44
Last Modify:2020-03-17 11:04:53 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mm_free_pgd

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

Type:void

Parameter:

TypeParameterName
struct mm_struct *mm
642  pgd_free(mm, pgd)
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.
mm_init