Home
last modified time | relevance | path

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

/xnu-11215.1.10/tools/lldbmacros/
H A Dmbufs.py52 zone_stats = GetZone(zone[0], zone[1], [], [])
54 int(zone_stats['size'] / mcs.mbcl_size),
55 zone_stats['cache_element_count'],
56 zone_stats['free_element_count'],
58 int(zone_stats['used_size'] / mcs.mbcl_size),
59 zone_stats['alloc_fail_count'],
/xnu-11215.1.10/osfmk/kern/
H A Dzalloc_internal.h139 struct zone_stats { struct
H A Dkalloc.c578 struct zone_stats); in kalloc_type_assign_zone_fixed()
640 kt->kt_stats = zalloc_percpu_permanent_type(struct zone_stats); in kalloc_type_assign_zone_var()
1832 KHEAP_KT_VAR->kh_stats = zalloc_percpu_permanent_type(struct zone_stats); in kalloc_type_heap_init()
3220 kheap->kh_stats = zalloc_percpu_permanent_type(struct zone_stats); in kheap_init()
H A Dzalloc.h526 typedef struct zone_stats *__zpercpu zone_stats_t;
H A Dzalloc.c502 static struct zone_stats zone_stats_startup[MAX_ZONES];
9540 z->z_stats = zalloc_percpu_permanent_type(struct zone_stats);
9847 zv->zv_stats = zalloc_percpu_permanent_type(struct zone_stats); in zone_view_startup_init()
10555 zone_stats_t zs = zalloc_percpu_permanent_type(struct zone_stats); in zone_init()
/xnu-11215.1.10/tools/kt-dump/
H A Dkt-dump.cpp93 struct zone_stats *kt_stats;