Lines Matching defs:sysinfo
754 struct sysinfo { struct
755 long uptime; /* Seconds since boot */
756 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */
757 unsigned long totalram; /* Total usable main memory size */
758 unsigned long freeram; /* Available memory size */
759 unsigned long sharedram; /* Amount of shared memory */
760 unsigned long bufferram; /* Memory used by buffers */
761 unsigned long totalswap; /* Total swap space size */
762 unsigned long freeswap; /* swap space still available */
763 unsigned short procs; /* Number of current processes */
764 unsigned short pad; /* explicit padding for m68k */
765 unsigned long totalhigh; /* Total high memory size */
766 unsigned long freehigh; /* Available high memory size */
767 unsigned int mem_unit; /* Memory unit size in bytes */
768 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */