Searched refs:nr_account (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/mm/ |
| H A D | page_alloc.c | 2949 long nr_account) in zone_statistics() argument 2962 __count_numa_events(z, NUMA_HIT, nr_account); in zone_statistics() 2964 __count_numa_events(z, NUMA_MISS, nr_account); in zone_statistics() 2965 __count_numa_events(preferred_zone, NUMA_FOREIGN, nr_account); in zone_statistics() 2967 __count_numa_events(z, local_stat, nr_account); in zone_statistics() 4797 int nr_populated = 0, nr_account = 0; in alloc_pages_bulk_noprof() local 4902 if (!nr_account) { in alloc_pages_bulk_noprof() 4908 nr_account++; in alloc_pages_bulk_noprof() 4918 __count_zid_vm_events(PGALLOC, zone_idx(zone), nr_account); in alloc_pages_bulk_noprof() 4919 zone_statistics(zonelist_zone(ac.preferred_zoneref), zone, nr_account); in alloc_pages_bulk_noprof()
|