Home
last modified time | relevance | path

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

/linux-6.12.1/mm/ !
Dpage_alloc.c2875 long nr_account) in zone_statistics() argument
2888 __count_numa_events(z, NUMA_HIT, nr_account); in zone_statistics()
2890 __count_numa_events(z, NUMA_MISS, nr_account); in zone_statistics()
2891 __count_numa_events(preferred_zone, NUMA_FOREIGN, nr_account); in zone_statistics()
2893 __count_numa_events(z, local_stat, nr_account); in zone_statistics()
4565 int nr_populated = 0, nr_account = 0; in alloc_pages_bulk_noprof() local
4670 if (!nr_account) { in alloc_pages_bulk_noprof()
4676 nr_account++; in alloc_pages_bulk_noprof()
4689 __count_zid_vm_events(PGALLOC, zone_idx(zone), nr_account); in alloc_pages_bulk_noprof()
4690 zone_statistics(zonelist_zone(ac.preferred_zoneref), zone, nr_account); in alloc_pages_bulk_noprof()