Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__parse_numa_zonelist_order

Proto:static int __parse_numa_zonelist_order(char *s)

Type:int

Parameter:

TypeParameterName
char *s
5456  If Not ( s == 'd' || s == 'D' || s == 'n' || s == 'N' ) Then
5457  pr_warn("Ignoring unsupported numa_zonelist_order value: %s\n", s)
5458  Return -EINVAL
5460  Return 0
Caller
NameDescribe
setup_numa_zonelist_order
numa_zonelist_order_handlersysctl handler for numa_zonelist_order