Home
last modified time | relevance | path

Searched refs:totalswap (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dsysinfo.c53 if (info.totalswap < 0) { in sysinfo_0100()
54 t_error("%s failed: info.totalswap = %ld\n", __func__, info.totalswap); in sysinfo_0100()
58 if (info.totalswap < info.freeswap) { in sysinfo_0100()
59 …t_error("%s failed: info.totalswap = %ld, info.freeswap = %ld\n", __func__, info.totalswap, info.f… in sysinfo_0100()
/third_party/musl/src/linux/x32/
Dsysinfo.c14 kulong totalswap; member
33 kulong max = tmp.totalram | tmp.totalswap; in __lsysinfo()
40 info->totalswap = tmp.totalswap >> shifts; in __lsysinfo()
/third_party/toybox/porting/liteos_a/toys/other/
Dfree.c56 convert(in.freeram + in.bufferram), convert(in.totalswap), in free_main()
57 convert(in.totalswap - in.freeswap), convert(in.freeswap)); in free_main()
/third_party/toybox/toys/other/
Dfree.c56 convert(in.freeram + in.bufferram), convert(in.totalswap), in free_main()
57 convert(in.totalswap - in.freeswap), convert(in.freeswap)); in free_main()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dsysinfo.h15 unsigned long totalswap; member
/third_party/musl/porting/liteos_a/kernel/include/
Dsysinfo.h15 unsigned long totalswap; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsysinfo.h17 unsigned long totalswap; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsysinfo.h17 unsigned long totalswap; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsysinfo.h17 unsigned long totalswap; member
/third_party/musl/include/sys/
Dsysinfo.h17 unsigned long totalswap; member
/third_party/musl/porting/linux/user/include/sys/
Dsysinfo.h18 unsigned long totalswap; member
/third_party/musl/ndk_musl_include/sys/
Dsysinfo.h18 unsigned long totalswap; member
/third_party/iptables/include/linux/
Dkernel.h19 unsigned long totalswap; /* Total swap space size */ member
/third_party/ltp/testcases/kernel/syscalls/sysinfo/
Dsysinfo01.c139 sys_buf->totalswap / (1024 * 1024)); in main()