Searched refs:zone_stats (Results 1 – 6 of 6) sorted by relevance
52 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'],
139 struct zone_stats { struct
578 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()
526 typedef struct zone_stats *__zpercpu zone_stats_t;
502 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()
93 struct zone_stats *kt_stats;