Searched defs:sysinfo (Results 1 – 8 of 8) sorted by relevance
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 …]
40 static struct cvmx_sysinfo sysinfo; /* system information */ variable
88 static int get_tdx_sys_info(struct tdx_sys_info *sysinfo) in get_tdx_sys_info()
187 struct sysinfo_1_1_1 *sysinfo) in fill_stsi_mac()205 struct sysinfo_2_2_2 *sysinfo) in fill_stsi_par()218 void *sysinfo; in fill_stsi() local
334 struct cvmx_sysinfo *sysinfo = cvmx_sysinfo_get(); in octeon_get_clock_rate() local661 struct cvmx_sysinfo *sysinfo; in prom_init() local
145 struct cvmx_sysinfo *sysinfo = cvmx_sysinfo_get(); in octeon_smp_setup() local
2959 SYSCALL_DEFINE1(sysinfo, struct sysinfo __user *, info) in SYSCALL_DEFINE1() argument2989 COMPAT_SYSCALL_DEFINE1(sysinfo, struct compat_sysinfo __user *, info) in COMPAT_SYSCALL_DEFINE1() argument
199 struct cyttsp5_sysinfo sysinfo; member