Searched refs:preferred_zone (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | page_alloc.c | 3511 static inline void zone_statistics(struct zone *preferred_zone, struct zone *z) in zone_statistics() argument 3523 if (zone_to_nid(z) == zone_to_nid(preferred_zone)) in zone_statistics() 3527 __inc_numa_state(preferred_zone, NUMA_FOREIGN); in zone_statistics() 3571 static struct page *rmqueue_pcplist(struct zone *preferred_zone, in rmqueue_pcplist() argument 3585 zone_statistics(preferred_zone, zone); in rmqueue_pcplist() 3595 struct page *rmqueue(struct zone *preferred_zone, in rmqueue() argument 3604 page = rmqueue_pcplist(preferred_zone, zone, gfp_flags, in rmqueue() 3646 zone_statistics(preferred_zone, zone); in rmqueue() 3647 trace_android_vh_rmqueue(preferred_zone, zone, order, in rmqueue()
|