Searched refs:zone_stats (Results 1 – 4 of 4) sorted by relevance
143 struct zone_stats { struct
616 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()
850 typedef struct zone_stats *__zpercpu zone_stats_t;
536 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()