Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:invoke_init_callbacks

Proto:static void __init invoke_init_callbacks(void)

Type:void

Parameter:Nothing

94  entries = ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(struct page extension* This is the feature to manage memory for extended data per page.* Until now, we must modify struct page itself to store extra data per page.* This requires rebuilding the kernel and it is really time consuming process.)
96  When i < entries cycle
97  If init Then init()
Caller
NameDescribe
page_ext_init_flatmem