Searched refs:totalswap (Results 1 - 12 of 12) sorted by relevance

/external/iptables/include/linux/
H A Dkernel.h19 unsigned long totalswap; /* Total swap space size */ member in struct:sysinfo
/external/iproute2/include/uapi/linux/
H A Dsysinfo.h15 __kernel_ulong_t totalswap; /* Total swap space size */ member in struct:sysinfo
/external/kernel-headers/original/uapi/linux/
H A Dsysinfo.h15 __kernel_ulong_t totalswap; /* Total swap space size */ member in struct:sysinfo
/external/strace/tests/
H A Dsysinfo.c52 ", totalswap=%llu"
67 , (unsigned long long) si->totalswap
/external/strace/tests-m32/
H A Dsysinfo.c52 ", totalswap=%llu"
67 , (unsigned long long) si->totalswap
/external/strace/tests-mx32/
H A Dsysinfo.c52 ", totalswap=%llu"
67 , (unsigned long long) si->totalswap
/external/toybox/toys/other/
H A Dfree.c56 convert(in.freeram + in.bufferram), convert(in.totalswap),
57 convert(in.totalswap - in.freeswap), convert(in.freeswap));
/external/strace/
H A Dsysinfo.c56 ", totalswap=%llu"
71 , zero_extend_signed_to_ull(si.totalswap)
/external/ltp/testcases/kernel/syscalls/sysinfo/
H A Dsysinfo01.c138 printf("totalswap %lu\n",
139 sys_buf->totalswap / (1024 * 1024));
/external/ltp/testcases/kernel/mem/mtest01/
H A Dmtest01.c151 total_ram = sstats.totalram + sstats.totalswap;
/external/ltp/tools/pounder21/src/mem_alloc_test/
H A Dmem_alloc.c184 ("freeram (%luKB), freeswap (%luKB), totalram (%luKB), totalswap (%luKB)\n",
188 (si.totalswap / KB_VALUE) * si.mem_unit);
/external/valgrind/include/vki/
H A Dvki-linux.h262 unsigned long totalswap; /* Total swap space size */ member in struct:vki_sysinfo

Completed in 2717 milliseconds