Searched defs:sysinfo (Results 1 – 6 of 6) sorted by relevance
754 struct sysinfo { struct755 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 */[all …]
43 struct cvmx_sysinfo sysinfo; /* system information */ member
100 struct cvmx_sysinfo *sysinfo = cvmx_sysinfo_get(); in octeon_get_clock_rate() local415 struct cvmx_sysinfo *sysinfo; in prom_init() local
145 static inline int stsi(void *sysinfo, int fc, int sel1, int sel2) in stsi()
212 struct sysinfo sysinfo; member
1633 SYSCALL_DEFINE1(sysinfo, struct sysinfo __user *, info) in SYSCALL_DEFINE1() argument