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