Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\mmzone.h Create Date:2022-07-28 05:37:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:xt_zones_zonelist - Returns the next zone at or below highest_zoneidx within the allowed nodemask using a cursor within a zonelist as a starting point*@z - The cursor used as a starting point for the search*@highest_zoneidx - The zone index of the highest

Proto:static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, enum zone_type highest_zoneidx, nodemask_t *nodes)

Type:struct zoneref

Parameter:

TypeParameterName
struct zoneref *z
enum zone_typehighest_zoneidx
nodemask_t *nodes
1055  If Value is more likely to compile time(!nodes && zonelist_zone_idx(z) <= highest_zoneidx) Then Return z
1057  Return Returns the next zone at or below highest_zoneidx in a zonelist