Lines Matching defs:pgdat
31 void pgdat_resize_lock(struct pglist_data *pgdat, unsigned long *flags) in pgdat_resize_lock()
36 void pgdat_resize_unlock(struct pglist_data *pgdat, unsigned long *flags) in pgdat_resize_unlock()
41 void pgdat_resize_init(struct pglist_data *pgdat) in pgdat_resize_init()
121 #define arch_free_nodedata(pgdat) generic_free_nodedata(pgdat) argument
138 #define generic_free_nodedata(pgdat) kfree(pgdat) argument
141 static inline void arch_refresh_nodedata(int nid, pg_data_t *pgdat) in arch_refresh_nodedata()
154 static inline void generic_free_nodedata(pg_data_t *pgdat) in generic_free_nodedata()
157 static inline void arch_refresh_nodedata(int nid, pg_data_t *pgdat) in arch_refresh_nodedata()
164 static inline void register_page_bootmem_info_node(struct pglist_data *pgdat) in register_page_bootmem_info_node()
190 static inline void pgdat_resize_init(struct pglist_data *pgdat) {} in pgdat_resize_init()
211 static inline void register_page_bootmem_info_node(struct pglist_data *pgdat) in register_page_bootmem_info_node()