Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\page_owner.c Create Date:2022-07-28 16:24:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:pageowner_init

Proto:static int __init pageowner_init(void)

Type:int

Parameter:Nothing

645  If Not static_branch_unlikely( & page_owner_inited) Then
646  pr_info("page_owner is disabled\n")
647  Return 0
650  debugfs_create_file("page_owner", 0400, NULL, NULL, & proc_page_owner_operations)
653  Return 0