Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:nr_hugepages_show_common

Proto:static ssize_t nr_hugepages_show_common(struct kobject *kobj, struct kobj_attribute *attr, char *buf)

Type:ssize_t

Parameter:

TypeParameterName
struct kobject *kobj
struct kobj_attribute *attr
char *buf
2466  h = kobj_to_hstate(kobj, & nid)
2467  If nid == NUMA_NO_NODE Then nr_huge_pages = nr_huge_pages
2469  Else nr_huge_pages = nr_huge_pages_node[nid]
2472  Return sprintf(buf, "%lu\n", nr_huge_pages)
Caller
NameDescribe
nr_hugepages_show
nr_hugepages_mempolicy_showhstate attribute for optionally mempolicy-based constraint on persistent* huge page alloc/free.