Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:zoneref_set_zone

Proto:static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref)

Type:void

Parameter:

TypeParameterName
struct zone *zone
struct zoneref *zoneref
5419  Pointer to actual zone = zone
5420  zone_idx(zoneref->zone) = zone_idx() returns 0 for the ZONE_DMA zone, 1 for the ZONE_NORMAL zone, etc.(zone)
Caller
NameDescribe
build_zonerefs_nodeBuilds allocation fallback zone lists.* Add all populated zones of a node to the zonelist.