Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pgtable_pte_page_ctor

Proto:static inline bool pgtable_pte_page_ctor(struct page *page)

Type:bool

Parameter:

TypeParameterName
struct page *page
1942  If Not ptlock_init(page) Then Return false
1944  Marks pages in use as page tables.
1945  We only use atomic operations to update counters. So there is no need to* disable interrupts.(page, used for pagetables )
1946  Return true