Searched defs:sysinfo (Results 1 – 10 of 10) sorted by relevance
/linux/include/uapi/linux/ |
H A D | sysinfo.h | 8 struct sysinfo { struct 9 __kernel_long_t uptime; /* Seconds since boot */ 10 __kernel_ulong_t loads[3]; /* 1, 5, and 15 minute load averages */ 11 __kernel_ulong_t totalram; /* Total usable main memory size */ 12 __kernel_ulong_t freeram; /* Available memory size */ 13 __kernel_ulong_t sharedram; /* Amount of shared memory */ 14 __kernel_ulong_t bufferram; /* Memory used by buffers */ 15 __kernel_ulong_t totalswap; /* Total swap space size */ 16 __kernel_ulong_t freeswap; /* swap space still available */ 17 __u16 procs; /* Number of current processes */ [all …]
|
/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-sysinfo.c | 40 static struct cvmx_sysinfo sysinfo; /* system information */ variable
|
/linux/arch/s390/kernel/ |
H A D | sysinfo.c | 27 static inline int __stsi(void *sysinfo, int fc, int sel1, int sel2, int *lvl) in __stsi() 55 int stsi(void *sysinfo, int fc, int sel1, int sel2) in stsi()
|
/linux/tools/perf/arch/s390/util/ |
H A D | header.c | 38 FILE *sysinfo; in get_cpuid() local [all...] |
/linux/tools/testing/selftests/x86/ |
H A D | unwind_vdso.c | 59 static unsigned long sysinfo; variable
|
/linux/arch/mips/cavium-octeon/ |
H A D | setup.c | 334 struct cvmx_sysinfo *sysinfo = cvmx_sysinfo_get(); in octeon_get_clock_rate() local 661 struct cvmx_sysinfo *sysinfo; in prom_init() local
|
H A D | smp.c | 145 struct cvmx_sysinfo *sysinfo = cvmx_sysinfo_get(); in octeon_smp_setup() local
|
/linux/kernel/ |
H A D | sys.c | 2899 SYSCALL_DEFINE1(sysinfo, struct sysinfo __user *, info) in SYSCALL_DEFINE1() argument 2929 COMPAT_SYSCALL_DEFINE1(sysinfo, struct compat_sysinfo __user *, info) in COMPAT_SYSCALL_DEFINE1() argument
|
/linux/drivers/input/touchscreen/ |
H A D | cyttsp5.c | 199 struct cyttsp5_sysinfo sysinfo; member
|
/linux/drivers/gpu/drm/amd/include/ |
H A D | atomfirmware.h | 1772 …struct atom_integrated_system_info_v1_11 sysinfo; // refer to ATOM_INTEGRATED_SYSTEM_I… member
|