Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dsysinfo.h8 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 …]
/external/iproute2/include/uapi/linux/
Dsysinfo.h8 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 …]
/external/iptables/include/linux/
Dkernel.h12 struct sysinfo { struct
13 long uptime; /* Seconds since boot */
14 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */
15 unsigned long totalram; /* Total usable main memory size */
16 unsigned long freeram; /* Available memory size */
17 unsigned long sharedram; /* Amount of shared memory */
18 unsigned long bufferram; /* Memory used by buffers */
19 unsigned long totalswap; /* Total swap space size */
20 unsigned long freeswap; /* swap space still available */
21 unsigned short procs; /* Number of current processes */
[all …]
/external/strace/
Dsysinfo.c42 SYS_FUNC(sysinfo) in SYS_FUNC() argument
/external/autotest/client/bin/
Dsysinfo.py5 sysinfo = utils.import_site_class(__file__, variable
/external/ltp/tools/pounder21/test_scripts/
Dstatslogging39 function sysinfo() { function
/external/ltp/tools/pounder21/test_repo/
DD01stats39 function sysinfo() { function
/external/libvpx/libvpx/vp8/common/generic/
Dsystemdependent.c49 SYSTEM_INFO sysinfo; in get_cpu_count() local
/external/gemmlowp/internal/
Dplatform.h64 SYSTEM_INFO sysinfo; in GetHardwareConcurrency() local
/external/skia/src/core/
DSkExecutor.cpp20 SYSTEM_INFO sysinfo; in num_cores() local
/external/skqp/src/core/
DSkExecutor.cpp20 SYSTEM_INFO sysinfo; in num_cores() local
/external/linux-kselftest/tools/testing/selftests/x86/
Dunwind_vdso.c87 static unsigned long sysinfo; variable
/external/libcups/cups/
Dusersys.c494 SYSTEM_INFO sysinfo; /* System information */ in cupsSetUserAgent() local
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc428 const MDRawSystemInfo* sysinfo = range.GetData<MDRawSystemInfo>(0); in ParseSystemInfo() local
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3317 TEST(MemorySanitizer, sysinfo) { in TEST() argument