Lines Matching defs:appldata_mem_data
33 struct appldata_mem_data { struct
34 u64 timestamp;
35 u32 sync_count_1; /* after VM collected the record data, */
36 u32 sync_count_2; /* sync_count_1 and sync_count_2 should be the
41 u64 pgpgin; /* data read from disk */
42 u64 pgpgout; /* data written to disk */
43 u64 pswpin; /* pages swapped in */
44 u64 pswpout; /* pages swapped out */
46 u64 sharedram; /* sharedram is currently set to 0 */
48 u64 totalram; /* total main memory size */
49 u64 freeram; /* free main memory size */
50 u64 totalhigh; /* total high memory size */
51 u64 freehigh; /* free high memory size */
53 u64 bufferram; /* memory reserved for buffers, free cache */
54 u64 cached; /* size of (used) cache, w/o buffers */
55 u64 totalswap; /* total swap space size */
56 u64 freeswap; /* free swap space */
80 struct appldata_mem_data *mem_data; in appldata_get_mem_data() argument