Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:hugetlb init time: register hstate attributes for all registered node* devices of nodes that have memory. All on-line nodes should have* registered their associated device by this time.

Proto:static void __init hugetlb_register_all_nodes(void)

Type:void

Parameter:Nothing

2798  for_each_node_state(nid, N_MEMORY)
2799  node = node_devices[nid]
2800  If id == nid Then Register hstate attributes for a single node device.* No-op if attributes already registered.
2808  register_hugetlbfs_with_node(Register hstate attributes for a single node device.* No-op if attributes already registered., Unregister hstate attributes from a single node device.* No-op if no hstate attributes attached.)
Caller
NameDescribe
hugetlb_init