Home
last modified time | relevance | path

Searched refs:zone_stats (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dzalloc_internal.h128 struct zone_stats { struct
H A Dzalloc.h602 typedef struct zone_stats *__zpercpu zone_stats_t;
H A Dkalloc.c774 struct zone_stats); in kalloc_type_assign_zone()
2388 kheap->kh_stats = zalloc_percpu_permanent_type(struct zone_stats); in kheap_startup_init()
H A Dzalloc.c499 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()