Searched refs:zone_stats (Results 1 – 6 of 6) sorted by relevance
57 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'],
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()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()
508 typedef struct zone_stats *__zpercpu zone_stats_t;
504 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()
93 struct zone_stats *kt_stats;