Lines Matching refs:g_total
58 static VmaInfo g_total; variable
220 g_total.vma.usage.vss += v.vma.usage.vss; in showmap()
221 g_total.vma.usage.rss += v.vma.usage.rss; in showmap()
222 g_total.vma.usage.pss += v.vma.usage.pss; in showmap()
224 g_total.vma.usage.private_clean += v.vma.usage.private_clean; in showmap()
225 g_total.vma.usage.private_dirty += v.vma.usage.private_dirty; in showmap()
226 g_total.vma.usage.shared_clean += v.vma.usage.shared_clean; in showmap()
227 g_total.vma.usage.shared_dirty += v.vma.usage.shared_dirty; in showmap()
229 g_total.vma.usage.swap += v.vma.usage.swap; in showmap()
230 g_total.vma.usage.swap_pss += v.vma.usage.swap_pss; in showmap()
231 g_total.count += v.count; in showmap()
245 print_vmainfo(g_total, true); in showmap()