Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dsysinfo.h7 struct sysinfo { struct
8 __kernel_long_t uptime; /* Seconds since boot */
9 __kernel_ulong_t loads[3]; /* 1, 5, and 15 minute load averages */
10 __kernel_ulong_t totalram; /* Total usable main memory size */
11 __kernel_ulong_t freeram; /* Available memory size */
12 __kernel_ulong_t sharedram; /* Amount of shared memory */
13 __kernel_ulong_t bufferram; /* Memory used by buffers */
14 __kernel_ulong_t totalswap; /* Total swap space size */
15 __kernel_ulong_t freeswap; /* swap space still available */
16 __u16 procs; /* Number of current processes */
[all …]
/linux-3.4.99/arch/mips/cavium-octeon/executive/
Dcvmx-sysinfo.c43 struct cvmx_sysinfo sysinfo; /* system information */ member
/linux-3.4.99/arch/mips/cavium-octeon/
Dsetup.c99 struct cvmx_sysinfo *sysinfo = cvmx_sysinfo_get(); in octeon_get_clock_rate() local
414 struct cvmx_sysinfo *sysinfo; in prom_init() local
/linux-3.4.99/arch/s390/include/asm/
Dsysinfo.h145 static inline int stsi(void *sysinfo, int fc, int sel1, int sel2) in stsi()
/linux-3.4.99/drivers/misc/
Dvmw_balloon.c212 struct sysinfo sysinfo; member
/linux-3.4.99/kernel/
Dtimer.c1637 SYSCALL_DEFINE1(sysinfo, struct sysinfo __user *, info) in SYSCALL_DEFINE1() argument