Home
last modified time | relevance | path

Searched defs:sysinfo (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/include/linux/
Dkernel.h754 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 */
[all …]
/linux-3.3/arch/mips/cavium-octeon/executive/
Dcvmx-sysinfo.c43 struct cvmx_sysinfo sysinfo; /* system information */ member
/linux-3.3/arch/mips/cavium-octeon/
Dsetup.c100 struct cvmx_sysinfo *sysinfo = cvmx_sysinfo_get(); in octeon_get_clock_rate() local
415 struct cvmx_sysinfo *sysinfo; in prom_init() local
/linux-3.3/arch/s390/include/asm/
Dsysinfo.h145 static inline int stsi(void *sysinfo, int fc, int sel1, int sel2) in stsi()
/linux-3.3/drivers/misc/
Dvmw_balloon.c212 struct sysinfo sysinfo; member
/linux-3.3/kernel/
Dtimer.c1633 SYSCALL_DEFINE1(sysinfo, struct sysinfo __user *, info) in SYSCALL_DEFINE1() argument