Searched refs:nr_account (Results 1 – 1 of 1) sorted by relevance
/linux/mm/ |
H A D | page_alloc.c | 2857 long nr_account) in zone_statistics() argument 2870 __count_numa_events(z, NUMA_HIT, nr_account); in zone_statistics() 2872 __count_numa_events(z, NUMA_MISS, nr_account); in zone_statistics() 2873 __count_numa_events(preferred_zone, NUMA_FOREIGN, nr_account); in zone_statistics() 2875 __count_numa_events(z, local_stat, nr_account); in zone_statistics() 4548 int nr_populated = 0, nr_account = 0; in alloc_pages_bulk_noprof() local 4652 if (!nr_account) { in alloc_pages_bulk_noprof() 4658 nr_account++; in alloc_pages_bulk_noprof() 4671 __count_zid_vm_events(PGALLOC, zone_idx(zone), nr_account); in alloc_pages_bulk_noprof() 4672 zone_statistics(zonelist_zone(ac.preferred_zoneref), zone, nr_account); in alloc_pages_bulk_noprof()
|