Lines Matching refs:z_stats
6166 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += esize; in zcache_free_1_ext()
6201 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += in zcache_free_n_ext()
6270 zone_stats_t zstats = zov->z_stats;
6307 zone_stats_t zstats = zone->z_stats;
6356 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_freed += esize;
6457 zs = zpercpu_get_cpu(zone->z_stats, cpu); in zalloc_import()
6968 zone_stats_t zstats = zone->z_stats; in zcache_alloc_fail()
7044 zpercpu_get_cpu(zone->z_stats, cpu)->zs_mem_allocated += in zcache_alloc_n_ext()
7059 o = zalloc_item(zone, zone->z_stats, flags).addr; in zcache_alloc_n_ext()
7117 zone_stats_t zstats = zov->z_stats;
7136 zone_stats_t zstats = zone->z_stats;
7402 zpercpu_get(zone->z_stats)->zs_mem_allocated += size; in _zalloc_permanent()
8570 zpercpu_foreach(zs, zcopy.z_stats) { in get_zone_info()
9203 zpercpu_foreach(zs, zone->z_stats) { in zone_get_stats()
9544 z->z_stats = zalloc_percpu_permanent_type(struct zone_stats);
9551 z->z_stats = __zpcpu_mangle_for_boot(&zone_stats_startup[zone_index(z)]);
9834 zalloc_check_zov_alias(z_stats, zv_stats);
10663 if (tz->z_stats == __zpcpu_mangle_for_boot(&zone_stats_startup[idx])) { in zone_init()
10666 *zpercpu_get_cpu(zs, cpu) = *zpercpu_get_cpu(tz->z_stats, cpu); in zone_init()
10667 tz->z_stats = zs; in zone_init()