/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A 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.freeswap); in sysinfo_0100()
|
/third_party/musl/src/linux/x32/ |
H A 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/toys/other/ |
H A 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_m_iccarm/kernel/include/sys/ |
H A D | sysinfo.h | 17 unsigned long totalswap; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | sysinfo.h | 17 unsigned long totalswap; member
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | sysinfo.h | 15 unsigned long totalswap; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
H A D | sysinfo.h | 15 unsigned long totalswap; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | sysinfo.h | 17 unsigned long totalswap; member
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | sysinfo.h | 18 unsigned long totalswap; member
|
/third_party/musl/include/sys/ |
H A D | sysinfo.h | 18 unsigned long totalswap; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 278 pub totalswap: ::c_ulong, 338 && self.totalswap == other.totalswap in eq() 364 .field("totalswap", &self.totalswap) in fmt() 384 self.totalswap.hash(state); in hash()
|
/third_party/ltp/testcases/kernel/syscalls/sysinfo/ |
H A D | sysinfo01.c | 138 printf("totalswap %lu\n", in main() 139 sys_buf->totalswap / (1024 * 1024)); in main()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | sysinfo.rs | 47 self.scale_mem(self.0.totalswap) in swap_total()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
H A D | mod.rs | 44 pub totalswap: u64,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
H A D | mod.rs | 179 pub totalswap: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 162 pub totalswap: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 432 pub totalswap: ::c_ulong, 531 && self.totalswap == other.totalswap in eq() 555 .field("totalswap", &self.totalswap) in fmt() 574 self.totalswap.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | mod.rs | 124 pub totalswap: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
H A D | mod.rs | 69 pub totalswap: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
H A D | mod.rs | 234 pub totalswap: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
H A D | mod.rs | 248 pub totalswap: ::c_ulong,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 895 pub totalswap: ::c_ulong, 994 && self.totalswap == other.totalswap in eq() 1018 .field("totalswap", &self.totalswap) in fmt() 1037 self.totalswap.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/ |
H A D | mod.rs | 106 pub totalswap: ::c_ulong,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 3648 pub totalswap: __kernel_ulong_t,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 3646 pub totalswap: __kernel_ulong_t,
|