Searched refs:nr_account (Results 1 – 1 of 1) sorted by relevance
| /linux/mm/ |
| H A D | page_alloc.c | 3180 long nr_account) in zone_statistics() argument 3193 __count_numa_events(z, NUMA_HIT, nr_account); in zone_statistics() 3195 __count_numa_events(z, NUMA_MISS, nr_account); in zone_statistics() 3196 __count_numa_events(preferred_zone, NUMA_FOREIGN, nr_account); in zone_statistics() 3198 __count_numa_events(z, local_stat, nr_account); in zone_statistics() 5054 int nr_populated = 0, nr_account = 0; in alloc_pages_bulk_noprof() local 5158 if (!nr_account) { in alloc_pages_bulk_noprof() 5164 nr_account++; in alloc_pages_bulk_noprof() 5173 __count_zid_vm_events(PGALLOC, zone_idx(zone), nr_account); in alloc_pages_bulk_noprof() 5174 zone_statistics(zonelist_zone(ac.preferred_zoneref), zone, nr_account); in alloc_pages_bulk_noprof()
|