Searched refs:pgdat_resize_unlock (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | memory_hotplug.h | 294 void pgdat_resize_unlock(struct pglist_data *pgdat, unsigned long *flags)  in pgdat_resize_unlock()  function308 static inline void pgdat_resize_unlock(struct pglist_data *p, unsigned long *f) {}  in pgdat_resize_unlock()  function
 
 | 
| /Linux-v5.4/mm/ | 
| D | memory_hotplug.c | 487 	pgdat_resize_unlock(zone->zone_pgdat, &flags);  in __remove_zone()714 	pgdat_resize_unlock(pgdat, &flags);  in move_pfn_range_to_zone()
 842 	pgdat_resize_unlock(zone->zone_pgdat, &flags);  in online_pages()
 1585 	pgdat_resize_unlock(zone->zone_pgdat, &flags);  in __offline_pages()
 
 | 
| D | page_alloc.c | 1792 		pgdat_resize_unlock(pgdat, &flags);  in deferred_init_memmap()1822 	pgdat_resize_unlock(pgdat, &flags);  in deferred_init_memmap()
 1872 		pgdat_resize_unlock(pgdat, &flags);  in deferred_grow_zone()
 1881 		pgdat_resize_unlock(pgdat, &flags);  in deferred_grow_zone()
 1889 		pgdat_resize_unlock(pgdat, &flags);  in deferred_grow_zone()
 1915 	pgdat_resize_unlock(pgdat, &flags);  in deferred_grow_zone()
 
 |