Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\vmscan.c Create Date:2022-07-28 14:20:12
Last Modify:2022-05-23 13:41:30 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kswapd_init

Proto:static int __init kswapd_init(void)

Type:int

Parameter:Nothing

4111  Perform any setup for the swap system
4112  for_each_node_state(nid, N_MEMORY)
4113  This kswapd start function will be called by init and node-hot-add.* On node-hot-add, kswapd will moved to proper cpus if cpus are hot-added.
4114  ret = puhp_setup_state_nocalls - Setup hotplug state callbacks without calling the* callbacks*@state: The state for which the calls are installed*@name: Name of the callback
4117  WARN_ON(ret < 0)
4118  Return 0