Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:destroy_context

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

Type:void

Parameter:

TypeParameterName
struct mm_struct *mm
209  destroy_context_ldt(mm)
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.