Home
last modified time | relevance | path

Searched refs:totalswap (Results 1 - 25 of 37) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A 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.freeswap); in sysinfo_0100()
/third_party/musl/src/linux/x32/
H A 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/toys/other/
H A 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_m_iccarm/kernel/include/sys/
H A Dsysinfo.h17 unsigned long totalswap; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dsysinfo.h17 unsigned long totalswap; member
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsysinfo.h15 unsigned long totalswap; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dsysinfo.h15 unsigned long totalswap; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dsysinfo.h17 unsigned long totalswap; member
/third_party/musl/porting/linux/user/include/sys/
H A Dsysinfo.h18 unsigned long totalswap; member
/third_party/musl/include/sys/
H A Dsysinfo.h18 unsigned long totalswap; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs278 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 Dsysinfo01.c138 printf("totalswap %lu\n", in main()
139 sys_buf->totalswap / (1024 * 1024)); in main()
/third_party/rust/crates/nix/src/sys/
H A Dsysinfo.rs47 self.scale_mem(self.0.totalswap) in swap_total()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Dmod.rs44 pub totalswap: u64,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
H A Dmod.rs179 pub totalswap: ::c_ulong,
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/
H A Dmod.rs162 pub totalswap: ::c_ulong,
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs432 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 Dmod.rs124 pub totalswap: ::c_ulong,
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs69 pub totalswap: ::c_ulong,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs234 pub totalswap: ::c_ulong,
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs248 pub totalswap: ::c_ulong,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs895 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 Dmod.rs106 pub totalswap: ::c_ulong,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs3648 pub totalswap: __kernel_ulong_t,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs3646 pub totalswap: __kernel_ulong_t,

Completed in 55 milliseconds

12