Lines Matching refs:structure
9 information from the kernel like structure size, page size, symbol
36 data structure used to store information returned by the uname(2) system
81 Makedumpfile gets the pglist_data structure from this symbol, which is
89 The address of the mem_section array, its length, structure size, and
99 The size of a page structure. struct page is an important data structure
105 The size of a pglist_data structure. This value is used to check if the
106 pglist_data structure is valid. It is also used for checking the memory
112 The size of a zone structure. This value is used to check if the zone
113 structure has been found. It is also used for excluding free pages.
118 The size of a free_area structure. It indicates whether the free_area
119 structure is valid or not. Useful when excluding free pages.
124 The size of a list_head structure. Used when iterating lists in a
153 represent ranges within memory. A zone is described by a structure zone.
164 Each zone has a free_area structure array called free_area[MAX_ORDER].
221 The size of a structure printk_log. Used to compute the size of
289 information. Makedumpfile gets the pglist_data structure from it.