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
87 Makedumpfile gets the pglist_data structure from this symbol, which is
95 The address of the mem_section array, its length, structure size, and
110 The size of a page structure. struct page is an important data structure
116 The size of a pglist_data structure. This value is used to check if the
117 pglist_data structure is valid. It is also used for checking the memory
123 The size of a zone structure. This value is used to check if the zone
124 structure has been found. It is also used for excluding free pages.
129 The size of a free_area structure. It indicates whether the free_area
130 structure is valid or not. Useful when excluding free pages.
135 The size of a list_head structure. Used when iterating lists in a
164 represent ranges within memory. A zone is described by a structure zone.
175 Each zone has a free_area structure array called free_area[MAX_ORDER].
225 The size of a printk_ringbuffer structure. This structure contains all
234 declaration of the structure.
239 The size of the prb_desc_ring structure. This structure contains
247 requiring the declaration of the structure.
252 The size of the prb_desc structure. This structure contains
260 the declaration of the structure.
265 The size of the prb_data_blk_lpos structure. This structure contains
274 requiring the declaration of the structure.
279 The size of the printk_info structure. This structure contains all
287 the declaration of the structure.
292 The size of the prb_data_ring structure. This structure contains
300 requiring the declaration of the structure.
305 The size of the atomic_long_t structure. Used by user-space tools to
306 be able to copy the full structure, regardless of its
373 information. Makedumpfile gets the pglist_data structure from it.