Lines Matching refs:z_stats
6163 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += esize; in zcache_free_1_ext()
6198 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += in zcache_free_n_ext()
6267 zone_stats_t zstats = zov->z_stats;
6305 zone_stats_t zstats = zone->z_stats;
6354 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += esize;
6455 zs = zpercpu_get_cpu(zone->z_stats, cpu); in zalloc_import()
6964 zone_stats_t zstats = zone->z_stats; in zcache_alloc_fail()
7040 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_allocated += in zcache_alloc_n_ext()
7055 o = zalloc_item(zone, zone->z_stats, flags).addr; in zcache_alloc_n_ext()
7113 zone_stats_t zstats = zov->z_stats;
7132 zone_stats_t zstats = zone->z_stats;
7398 zpercpu_get(zone->z_stats)->zs_mem_allocated += size; in _zalloc_permanent()
8566 zpercpu_foreach(zs, zcopy.z_stats) { in get_zone_info()
9199 zpercpu_foreach(zs, zone->z_stats) { in zone_get_stats()
9540 z->z_stats = zalloc_percpu_permanent_type(struct zone_stats);
9547 z->z_stats = __zpcpu_mangle_for_boot(&zone_stats_startup[zone_index(z)]);
9815 zalloc_check_zov_alias(z_stats, zv_stats);
10554 if (tz->z_stats == __zpcpu_mangle_for_boot(&zone_stats_startup[idx])) { in zone_init()
10557 *zpercpu_get_cpu(zs, cpu) = *zpercpu_get_cpu(tz->z_stats, cpu); in zone_init()
10558 tz->z_stats = zs; in zone_init()