Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/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-4.4.14/arch/mips/cavium-octeon/executive/
Dcvmx-sysinfo.c43 struct cvmx_sysinfo sysinfo; /* system information */ member
/linux-4.4.14/tools/testing/selftests/x86/
Dunwind_vdso.c87 static unsigned long sysinfo; variable
/linux-4.4.14/arch/mips/cavium-octeon/
Dsetup.c304 struct cvmx_sysinfo *sysinfo = cvmx_sysinfo_get(); in octeon_get_clock_rate() local
619 struct cvmx_sysinfo *sysinfo; in prom_init() local
/linux-4.4.14/arch/s390/kernel/
Dsysinfo.c33 int stsi(void *sysinfo, int fc, int sel1, int sel2) in stsi()
/linux-4.4.14/kernel/
Dsys.c2355 SYSCALL_DEFINE1(sysinfo, struct sysinfo __user *, info) in SYSCALL_DEFINE1() argument
2385 COMPAT_SYSCALL_DEFINE1(sysinfo, struct compat_sysinfo __user *, info) in COMPAT_SYSCALL_DEFINE1() argument
/linux-4.4.14/drivers/misc/
Dvmw_balloon.c309 struct sysinfo sysinfo; member
/linux-4.4.14/drivers/input/touchscreen/
Dcyttsp4_core.h355 struct cyttsp4_sysinfo sysinfo; member