Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\swap.c Create Date:2022-07-28 14:13:47
Last Modify:2022-05-23 13:40:24 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Perform any setup for the swap system

Proto:void __init swap_setup(void)

Type:void

Parameter:Nothing

1093  megs = totalram_pages() >> 20 - PAGE_SHIFT determines the page size
1096  If megs < 16 Then How many pages do we try to swap or page in/out together? = 2
1098  Else How many pages do we try to swap or page in/out together? = 3
Caller
NameDescribe
kswapd_init