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