Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dzalloc_internal.h143 struct zone_stats { struct
H A Dkalloc.c616 struct zone_stats); in kalloc_type_assign_zone_fixed()
653 kt->kt_stats = zalloc_percpu_permanent_type(struct zone_stats); in kalloc_type_assign_zone_var()
1554 KHEAP_KT_VAR->kh_stats = zalloc_percpu_permanent_type(struct zone_stats); in kalloc_type_create_zones_var()
2939 kheap->kh_stats = zalloc_percpu_permanent_type(struct zone_stats); in kheap_startup_init()
H A Dzalloc.h850 typedef struct zone_stats *__zpercpu zone_stats_t;
H A Dzalloc.c536 static struct zone_stats zone_stats_startup[MAX_ZONES];
8878 z->z_stats = zalloc_percpu_permanent_type(struct zone_stats);
9161 zv->zv_stats = zalloc_percpu_permanent_type(struct zone_stats); in zone_view_startup_init()
9901 zone_stats_t zs = zalloc_percpu_permanent_type(struct zone_stats); in zone_init()