Searched refs:preferred_zone (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/mm/ |
D | page_alloc.c | 3613 static inline void zone_statistics(struct zone *preferred_zone, struct zone *z, in zone_statistics() argument 3626 if (zone_to_nid(z) == zone_to_nid(preferred_zone)) in zone_statistics() 3630 __count_numa_events(preferred_zone, NUMA_FOREIGN, nr_account); in zone_statistics() 3678 static struct page *rmqueue_pcplist(struct zone *preferred_zone, in rmqueue_pcplist() argument 3702 zone_statistics(preferred_zone, zone, 1); in rmqueue_pcplist() 3711 struct page *rmqueue(struct zone *preferred_zone, in rmqueue() argument 3726 page = rmqueue_pcplist(preferred_zone, zone, order, in rmqueue() 3760 zone_statistics(preferred_zone, zone, 1); in rmqueue()
|