Searched defs:sysinfo (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/include/uapi/linux/ | 
| D | sysinfo.h | 8 struct sysinfo {  struct9 	__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-v5.4/arch/mips/cavium-octeon/executive/ | 
| D | cvmx-sysinfo.c | 40 static struct cvmx_sysinfo sysinfo;	   /* system information */  variable
 | 
| /Linux-v5.4/arch/s390/kernel/ | 
| D | sysinfo.c | 26 static inline int __stsi(void *sysinfo, int fc, int sel1, int sel2, int *lvl)  in __stsi()51 int stsi(void *sysinfo, int fc, int sel1, int sel2)  in stsi()
 
 | 
| D | sthyi.c | 184 			  struct sysinfo_1_1_1 *sysinfo)  in fill_stsi_mac()202 			  struct sysinfo_2_2_2 *sysinfo)  in fill_stsi_par()
 215 	void *sysinfo;  in fill_stsi()  local
 
 | 
| /Linux-v5.4/tools/perf/arch/s390/util/ | 
| D | header.c | 38 	FILE *sysinfo;  in get_cpuid()  local
 | 
| /Linux-v5.4/tools/testing/selftests/x86/ | 
| D | unwind_vdso.c | 78 static unsigned long sysinfo;  variable
 | 
| /Linux-v5.4/arch/mips/cavium-octeon/ | 
| D | setup.c | 334 	struct cvmx_sysinfo *sysinfo = cvmx_sysinfo_get();  in octeon_get_clock_rate()  local661 	struct cvmx_sysinfo *sysinfo;  in prom_init()  local
 
 | 
| D | smp.c | 144 	struct cvmx_sysinfo *sysinfo = cvmx_sysinfo_get();  in octeon_smp_setup()  local
 | 
| /Linux-v5.4/kernel/ | 
| D | sys.c | 2575 SYSCALL_DEFINE1(sysinfo, struct sysinfo __user *, info)  in SYSCALL_DEFINE1()  argument2605 COMPAT_SYSCALL_DEFINE1(sysinfo, struct compat_sysinfo __user *, info)  in COMPAT_SYSCALL_DEFINE1()  argument
 
 | 
| /Linux-v5.4/drivers/input/touchscreen/ | 
| D | cyttsp4_core.h | 345 	struct cyttsp4_sysinfo sysinfo;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/include/ | 
| D | atomfirmware.h | 1207 …struct atom_integrated_system_info_v1_11   sysinfo;           // refer to ATOM_INTEGRATED_SYSTEM_I…  member
 |