Searched refs:totalswap (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | sysinfo.c | 53 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/ |
D | sysinfo.c | 14 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/ |
D | free.c | 56 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/ |
D | free.c | 56 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/ |
D | sysinfo.h | 15 unsigned long totalswap; member
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sysinfo.h | 15 unsigned long totalswap; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | sysinfo.h | 17 unsigned long totalswap; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | sysinfo.h | 17 unsigned long totalswap; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | sysinfo.h | 17 unsigned long totalswap; member
|
/third_party/musl/include/sys/ |
D | sysinfo.h | 17 unsigned long totalswap; member
|
/third_party/musl/porting/linux/user/include/sys/ |
D | sysinfo.h | 18 unsigned long totalswap; member
|
/third_party/musl/ndk_musl_include/sys/ |
D | sysinfo.h | 18 unsigned long totalswap; member
|
/third_party/iptables/include/linux/ |
D | kernel.h | 19 unsigned long totalswap; /* Total swap space size */ member
|
/third_party/ltp/testcases/kernel/syscalls/sysinfo/ |
D | sysinfo01.c | 139 sys_buf->totalswap / (1024 * 1024)); in main()
|