Lines Matching defs:sysinfo
322 struct sysinfo { struct
323 long uptime; /* Seconds since boot */
324 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */
325 unsigned long totalram; /* Total usable main memory size */
326 unsigned long freeram; /* Available memory size */
327 unsigned long sharedram; /* Amount of shared memory */
328 unsigned long bufferram; /* Memory used by buffers */
329 unsigned long totalswap; /* Total swap space size */
330 unsigned long freeswap; /* swap space still available */
331 unsigned short procs; /* Number of current processes */
332 unsigned short pad; /* explicit padding for m68k */
333 unsigned long totalhigh; /* Total high memory size */
334 unsigned long freehigh; /* Available high memory size */
335 unsigned int mem_unit; /* Memory unit size in bytes */
336 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */