Searched refs:mem_total (Results 1 – 9 of 9) sorted by relevance
47 struct mem_total { struct
142 struct grp_info *grps, struct mem_total *memory_total);
79 struct grp_info *grps, struct mem_total *memory_total);92 static void get_mem_total(struct mem_total *, struct grp_info *);563 struct grp_info *grps, struct mem_total *memory_total) { in display_memorysize()1139 get_mem_total(struct mem_total *mem_total, struct grp_info *grps) in get_mem_total() argument1145 mem_total->dram = 0; in get_mem_total()1146 mem_total->nvsimm = 0; in get_mem_total()1151 mem_total->dram += grp->size; in get_mem_total()
64 struct mem_total memory_total; /* Total memory in system */ in display()
89 struct grp_info *grps, struct mem_total *memory_total) in display_memorysize()
121 struct mem_total memory_total; /* Total memory in system */ in sun4v_display()
472 u_longlong_t slab_create, slab_destroy, slab_size, mem_total; in all_stat_load() local489 mem_total = (slab_create - slab_destroy) * slab_size; in all_stat_load()491 d.kmi.km_mem[kmi_index] += (ulong_t)mem_total; in all_stat_load()493 (ulong_t)mem_total - buf_size * buf_avail; in all_stat_load()
345 struct mem_total memory_total; /* total memory in system */ in do_prominfo()
355 struct mem_total memory_total; /* Total memory in system */ in display()