Home
last modified time | relevance | path

Searched defs:sysinfo (Results 1 – 2 of 2) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dsysinfo.h8 struct sysinfo { struct
9 long uptime; /* Seconds since boot */
10 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */
11 unsigned long totalram; /* Total usable main memory size */
12 unsigned long freeram; /* Available memory size */
13 unsigned long sharedram; /* Amount of shared memory */
14 unsigned long bufferram; /* Memory used by buffers */
15 unsigned long totalswap; /* Total swap space size */
16 unsigned long freeswap; /* swap space still available */
17 uint16_t procs; /* Number of current processes */
[all …]
/qemu/include/hw/arm/
H A Darmsse.h178 IoTKitSysCtl sysinfo; member