Searched refs:zone_stats (Results 1 – 4 of 4) sorted by relevance
128 struct zone_stats { struct
602 typedef struct zone_stats *__zpercpu zone_stats_t;
774 struct zone_stats); in kalloc_type_assign_zone()2388 kheap->kh_stats = zalloc_percpu_permanent_type(struct zone_stats); in kheap_startup_init()
499 static struct zone_stats zone_stats_startup[MAX_ZONES];8029 z->z_stats = zalloc_percpu_permanent_type(struct zone_stats);8307 zv->zv_stats = zalloc_percpu_permanent_type(struct zone_stats); in zone_view_startup_init()8996 zone_stats_t zs = zalloc_percpu_permanent_type(struct zone_stats); in zone_init()