#author("2025-10-27T12:42:42+09:00","default:guest","guest") *参照元 [#d1e0fdb2] #backlinks *説明 [#c762db48] -パス: [[linux-5.15/include/linux/mmzone.h]] -FIXME: これは何? --説明 **参考 [#q9829477] *実装 [#y657ab93] /* * This struct contains information about a zone in a zonelist. It is stored * here to avoid dereferences into large structures and lookups of tables */ struct zoneref { struct zone *zone; /* Pointer to actual zone */ int zone_idx; /* zone_idx(zoneref->zone) */ }; - --[[linux-5.15/zone]] *コメント [#d725e31d]