Home
last modified time | relevance | path

Searched refs:nr_account (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dpage_alloc.c3198 long nr_account) in zone_statistics() argument
3211 __count_numa_events(z, NUMA_HIT, nr_account); in zone_statistics()
3213 __count_numa_events(z, NUMA_MISS, nr_account); in zone_statistics()
3214 __count_numa_events(preferred_zone, NUMA_FOREIGN, nr_account); in zone_statistics()
3216 __count_numa_events(z, local_stat, nr_account); in zone_statistics()
5171 int nr_populated = 0, nr_account = 0; in alloc_pages_bulk_noprof() local
5273 if (!nr_account) { in alloc_pages_bulk_noprof()
5279 nr_account++; in alloc_pages_bulk_noprof()
5288 __count_zid_vm_events(PGALLOC, zone_idx(zone), nr_account); in alloc_pages_bulk_noprof()
5289 zone_statistics(zonelist_zone(ac.preferred_zoneref), zone, nr_account); in alloc_pages_bulk_noprof()