Searched defs:vki_sysinfo (Results 1 – 1 of 1) sorted by relevance
224 struct vki_sysinfo { struct225 long uptime; /* Seconds since boot */226 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */227 unsigned long totalram; /* Total usable main memory size */228 unsigned long freeram; /* Available memory size */229 unsigned long sharedram; /* Amount of shared memory */230 unsigned long bufferram; /* Memory used by buffers */231 unsigned long totalswap; /* Total swap space size */232 unsigned long freeswap; /* swap space still available */233 unsigned short procs; /* Number of current processes */[all …]