Home
last modified time | relevance | path

Searched refs:total_sum (Results 1 – 1 of 1) sorted by relevance

/components/dfs/dfs_v2/filesystems/procfs/
A Dproc_meminfo.c30 rt_size_t total_sum = 0; in single_show() local
34 total_sum = total_sum + total; in single_show()
43 total_sum = total_sum + total * RT_MM_PAGE_SIZE; in single_show()
46 dfs_seq_printf(seq, "%-16s%8d KB\n", "MemTotal:", total_sum / 1024); in single_show()

Completed in 5 milliseconds