Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct zoneref * | z | |
enum zone_type | highest_zoneidx | |
nodemask_t * | nodes |
1055 | If Value is more likely to compile time(!nodes && zonelist_zone_idx(z) <= highest_zoneidx) Then Return z |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |