Home
last modified time | relevance | path

Searched refs:freeswap (Results 1 – 25 of 40) sorted by relevance

12

/third_party/musl/src/linux/x32/
Dsysinfo.c15 kulong freeswap; member
41 info->freeswap = tmp.freeswap >> shifts; in __lsysinfo()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dsysinfo.c58 if (info.totalswap < info.freeswap) { in sysinfo_0100()
59 …"%s failed: info.totalswap = %ld, info.freeswap = %ld\n", __func__, info.totalswap, info.freeswap); in sysinfo_0100()
/third_party/toybox/toys/other/
Dfree.c57 convert(in.totalswap - in.freeswap), convert(in.freeswap)); in free_main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs279 pub freeswap: ::c_ulong,
339 && self.freeswap == other.freeswap
365 .field("freeswap", &self.freeswap)
385 self.freeswap.hash(state);
/third_party/musl/porting/liteos_a/kernel/include/
Dsysinfo.h16 unsigned long freeswap; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dsysinfo.h16 unsigned long freeswap; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsysinfo.h18 unsigned long freeswap; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsysinfo.h18 unsigned long freeswap; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsysinfo.h18 unsigned long freeswap; member
/third_party/musl/porting/linux/user/include/sys/
Dsysinfo.h19 unsigned long freeswap; member
/third_party/musl/include/sys/
Dsysinfo.h19 unsigned long freeswap; member
/third_party/rust/crates/nix/src/sys/
Dsysinfo.rs52 self.scale_mem(self.0.freeswap) in swap_free()
/third_party/ltp/testcases/kernel/syscalls/sysinfo/
Dsysinfo01.c140 printf("freeswap %lu\n", sys_buf->freeswap); in main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
Dmod.rs45 pub freeswap: u64,
/third_party/ltp/lib/
Dtst_memutils.c37 if (info.freeswap > safety) in tst_pollute_memory()
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise06.c113 if (sys_buf_start.freeswap < 2 * CHUNK_SZ) { in setup()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
Dmod.rs180 pub freeswap: ::c_ulong,
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs163 pub freeswap: ::c_ulong,
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs433 pub freeswap: ::c_ulong,
532 && self.freeswap == other.freeswap
556 .field("freeswap", &self.freeswap)
575 self.freeswap.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs235 pub freeswap: ::c_ulong,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs125 pub freeswap: ::c_ulong,
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs70 pub freeswap: ::c_ulong,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
Dmod.rs249 pub freeswap: ::c_ulong,
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs896 pub freeswap: ::c_ulong,
995 && self.freeswap == other.freeswap
1019 .field("freeswap", &self.freeswap)
1038 self.freeswap.hash(state);
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/
Dmod.rs107 pub freeswap: ::c_ulong,

12