Home
last modified time | relevance | path

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

/xnu-10002.1.13/tools/lldbmacros/
H A Dmbufs.py57 zone_stats = GetZone(zone[0], zone[1], [], [])
59 int(zone_stats['size'] / mcs.mbcl_size),
60 zone_stats['cache_element_count'],
61 zone_stats['free_element_count'],
63 int(zone_stats['used_size'] / mcs.mbcl_size),
64 zone_stats['alloc_fail_count'],
/xnu-10002.1.13/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()
1833 KHEAP_KT_VAR->kh_stats = zalloc_percpu_permanent_type(struct zone_stats); in kalloc_type_heap_init()
3213 kheap->kh_stats = zalloc_percpu_permanent_type(struct zone_stats); in kheap_init()
H A Dzalloc.h508 typedef struct zone_stats *__zpercpu zone_stats_t;
H A Dzalloc.c504 static struct zone_stats zone_stats_startup[MAX_ZONES];
9337 z->z_stats = zalloc_percpu_permanent_type(struct zone_stats);
9639 zv->zv_stats = zalloc_percpu_permanent_type(struct zone_stats); in zone_view_startup_init()
10351 zone_stats_t zs = zalloc_percpu_permanent_type(struct zone_stats); in zone_init()
/xnu-10002.1.13/tools/kt-dump/
H A Dkt-dump.cpp93 struct zone_stats *kt_stats;