Lines Matching full: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
104 The size of a page structure. struct page is an important data structure
110 The size of a pglist_data structure. This value is used to check if the
111 pglist_data structure is valid. It is also used for checking the memory
117 The size of a zone structure. This value is used to check if the zone
118 structure has been found. It is also used for excluding free pages.
123 The size of a free_area structure. It indicates whether the free_area
124 structure is valid or not. Useful when excluding free pages.
129 The size of a list_head structure. Used when iterating lists in a
158 represent ranges within memory. A zone is described by a structure zone.
169 Each zone has a free_area structure array called free_area[MAX_ORDER].
219 The size of a printk_ringbuffer structure. This structure contains all
228 declaration of the structure.
233 The size of the prb_desc_ring structure. This structure contains
241 requiring the declaration of the structure.
246 The size of the prb_desc structure. This structure contains
254 the declaration of the structure.
259 The size of the prb_data_blk_lpos structure. This structure contains
268 requiring the declaration of the structure.
273 The size of the printk_info structure. This structure contains all
281 the declaration of the structure.
286 The size of the prb_data_ring structure. This structure contains
294 requiring the declaration of the structure.
299 The size of the atomic_long_t structure. Used by user-space tools to
300 be able to copy the full structure, regardless of its
367 information. Makedumpfile gets the pglist_data structure from it.