Home
last modified time | relevance | path

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

/external/kernel-headers/original/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 …]
/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/autotest/client/bin/
Dsysinfo.py4 sysinfo = utils.import_site_class(__file__, variable
/external/strace/
Dsysinfo.c41 SYS_FUNC(sysinfo) in SYS_FUNC() argument
/external/libvpx/libvpx/vp8/common/generic/
Dsystemdependent.c49 SYSTEM_INFO sysinfo; in get_cpu_count() local
/external/skia/src/core/
DSkTaskGroup.cpp18 SYSTEM_INFO sysinfo; in query_num_cores() local
/external/opencv3/modules/core/src/
Dparallel.cpp501 SYSTEM_INFO sysinfo; in getNumberOfCPUs() local
/external/strace/tests/
DMakefile.am119 sysinfo \ program
/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.cc3268 TEST(MemorySanitizer, sysinfo) { in TEST() argument