Lines Matching refs:g_total
58 static VmaInfo g_total; variable
205 g_total.vma.usage.vss += v.vma.usage.vss; in showmap()
206 g_total.vma.usage.rss += v.vma.usage.rss; in showmap()
207 g_total.vma.usage.pss += v.vma.usage.pss; in showmap()
209 g_total.vma.usage.private_clean += v.vma.usage.private_clean; in showmap()
210 g_total.vma.usage.private_dirty += v.vma.usage.private_dirty; in showmap()
211 g_total.vma.usage.shared_clean += v.vma.usage.shared_clean; in showmap()
212 g_total.vma.usage.shared_dirty += v.vma.usage.shared_dirty; in showmap()
214 g_total.vma.usage.swap += v.vma.usage.swap; in showmap()
215 g_total.vma.usage.swap_pss += v.vma.usage.swap_pss; in showmap()
216 g_total.count += v.count; in showmap()
230 print_vmainfo(g_total, true); in showmap()