Lines Matching refs:z_stats
6041 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += esize; in zcache_free_1_ext()
6076 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += in zcache_free_n_ext()
6145 zone_stats_t zstats = zov->z_stats;
6184 zone_stats_t zstats = zone->z_stats;
6233 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += esize;
6330 zs = zpercpu_get_cpu(zone->z_stats, cpu); in zalloc_import()
6847 zone_stats_t zstats = zone->z_stats; in zcache_alloc_fail()
6878 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_allocated += in zcache_alloc_n_ext()
6894 o = zalloc_item(zone, zone->z_stats, flags).addr; in zcache_alloc_n_ext()
6953 zone_stats_t zstats = zov->z_stats;
6972 zone_stats_t zstats = zone->z_stats;
7238 zpercpu_get(zone->z_stats)->zs_mem_allocated += size; in _zalloc_permanent()
8403 zpercpu_foreach(zs, zcopy.z_stats) { in get_zone_info()
8997 zpercpu_foreach(zs, zone->z_stats) { in zone_get_stats()
9337 z->z_stats = zalloc_percpu_permanent_type(struct zone_stats);
9344 z->z_stats = __zpcpu_mangle_for_boot(&zone_stats_startup[zone_index(z)]);
9607 zalloc_check_zov_alias(z_stats, zv_stats);
10350 if (tz->z_stats == __zpcpu_mangle_for_boot(&zone_stats_startup[idx])) { in zone_init()
10353 *zpercpu_get_cpu(zs, cpu) = *zpercpu_get_cpu(tz->z_stats, cpu); in zone_init()
10354 tz->z_stats = zs; in zone_init()