/third_party/musl/src/linux/x32/ |
H A D | sysinfo.c | 12 kulong sharedram; member 38 info->sharedram = tmp.sharedram >> shifts; in __lsysinfo()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | sysinfo.h | 15 unsigned long sharedram; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | sysinfo.h | 15 unsigned long sharedram; member
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | sysinfo.h | 13 unsigned long sharedram; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
H A D | sysinfo.h | 13 unsigned long sharedram; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | sysinfo.h | 15 unsigned long sharedram; member
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | sysinfo.h | 16 unsigned long sharedram; member
|
/third_party/musl/include/sys/ |
H A D | sysinfo.h | 16 unsigned long sharedram; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 276 pub sharedram: ::c_ulong, 336 && self.sharedram == other.sharedram in eq() 362 .field("sharedram", &self.sharedram) in fmt() 382 self.sharedram.hash(state); in hash()
|
/third_party/toybox/toys/other/ |
H A D | free.c | 54 convert(in.totalram-in.freeram), convert(in.freeram), convert(in.sharedram), in free_main()
|
/third_party/ltp/testcases/kernel/syscalls/sysinfo/ |
H A D | sysinfo01.c | 136 printf("sharedram %lu\n", sys_buf->sharedram); in main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/ |
H A D | mod.rs | 42 pub sharedram: u64,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/ |
H A D | mod.rs | 177 pub sharedram: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/ |
H A D | mod.rs | 160 pub sharedram: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 430 pub sharedram: ::c_ulong, 529 && self.sharedram == other.sharedram in eq() 553 .field("sharedram", &self.sharedram) in fmt() 572 self.sharedram.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | mod.rs | 122 pub sharedram: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
H A D | mod.rs | 67 pub sharedram: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
H A D | mod.rs | 232 pub sharedram: ::c_ulong,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
H A D | mod.rs | 246 pub sharedram: ::c_ulong,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 893 pub sharedram: ::c_ulong, 992 && self.sharedram == other.sharedram in eq() 1016 .field("sharedram", &self.sharedram) in fmt() 1035 self.sharedram.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/ |
H A D | mod.rs | 104 pub sharedram: ::c_ulong,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 3646 pub sharedram: __kernel_ulong_t,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 3644 pub sharedram: __kernel_ulong_t,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 3624 pub sharedram: __kernel_ulong_t,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 3769 pub sharedram: __kernel_ulong_t,
|