Lines Matching defs:sysinfo
12 struct sysinfo { struct
13 long uptime; /* Seconds since boot */
14 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */
15 unsigned long totalram; /* Total usable main memory size */
16 unsigned long freeram; /* Available memory size */
17 unsigned long sharedram; /* Amount of shared memory */
18 unsigned long bufferram; /* Memory used by buffers */
19 unsigned long totalswap; /* Total swap space size */
20 unsigned long freeswap; /* swap space still available */
21 unsigned short procs; /* Number of current processes */
22 unsigned short pad; /* explicit padding for m68k */
23 unsigned long totalhigh; /* Total high memory size */
24 unsigned long freehigh; /* Available high memory size */
25 unsigned int mem_unit; /* Memory unit size in bytes */
26 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */