Lines Matching refs:u64
37 u64 timestamp;
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 */
62 u64 pgalloc; /* page allocations */
63 u64 pgfault; /* page faults (major+minor) */
64 u64 pgmajfault; /* page faults (major only) */