Lines Matching defs:pgdat
183 #define arch_free_nodedata(pgdat) generic_free_nodedata(pgdat) argument
200 #define generic_free_nodedata(pgdat) kfree(pgdat) argument
203 static inline void arch_refresh_nodedata(int nid, pg_data_t *pgdat) in arch_refresh_nodedata()
216 static inline void generic_free_nodedata(pg_data_t *pgdat) in generic_free_nodedata()
219 static inline void arch_refresh_nodedata(int nid, pg_data_t *pgdat) in arch_refresh_nodedata()
228 static inline void register_page_bootmem_info_node(struct pglist_data *pgdat) in register_page_bootmem_info_node()
263 static inline void register_page_bootmem_info_node(struct pglist_data *pgdat) in register_page_bootmem_info_node()
289 void pgdat_resize_lock(struct pglist_data *pgdat, unsigned long *flags) in pgdat_resize_lock()
294 void pgdat_resize_unlock(struct pglist_data *pgdat, unsigned long *flags) in pgdat_resize_unlock()
299 void pgdat_resize_init(struct pglist_data *pgdat) in pgdat_resize_init()
309 static inline void pgdat_resize_init(struct pglist_data *pgdat) {} in pgdat_resize_init()