/third_party/musl/src/linux/x32/ |
D | sysinfo.c | 15 kulong freeswap; member 41 info->freeswap = tmp.freeswap >> shifts; in __lsysinfo()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | sysinfo.c | 58 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/ |
D | free.c | 57 convert(in.totalswap - in.freeswap), convert(in.freeswap)); in free_main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 279 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/ |
D | sysinfo.h | 16 unsigned long freeswap; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | sysinfo.h | 16 unsigned long freeswap; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | sysinfo.h | 18 unsigned long freeswap; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | sysinfo.h | 18 unsigned long freeswap; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | sysinfo.h | 18 unsigned long freeswap; member
|
/third_party/musl/porting/linux/user/include/sys/ |
D | sysinfo.h | 19 unsigned long freeswap; member
|
/third_party/musl/include/sys/ |
D | sysinfo.h | 19 unsigned long freeswap; member
|
/third_party/rust/crates/nix/src/sys/ |
D | sysinfo.rs | 52 self.scale_mem(self.0.freeswap) in swap_free()
|
/third_party/ltp/testcases/kernel/syscalls/sysinfo/ |
D | sysinfo01.c | 140 printf("freeswap %lu\n", sys_buf->freeswap); in main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
D | mod.rs | 45 pub freeswap: u64,
|
/third_party/ltp/lib/ |
D | tst_memutils.c | 37 if (info.freeswap > safety) in tst_pollute_memory()
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise06.c | 113 if (sys_buf_start.freeswap < 2 * CHUNK_SZ) { in setup()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
D | mod.rs | 180 pub freeswap: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
D | mod.rs | 163 pub freeswap: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 433 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/ |
D | mod.rs | 235 pub freeswap: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 125 pub freeswap: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
D | mod.rs | 70 pub freeswap: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
D | mod.rs | 249 pub freeswap: ::c_ulong,
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 896 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/ |
D | mod.rs | 107 pub freeswap: ::c_ulong,
|