Home
last modified time | relevance | path

Searched defs:sysinfo (Results 1 – 25 of 38) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/include/
Dsysinfo.h8 struct sysinfo { struct
24 int sysinfo (struct sysinfo *); argument
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dsysinfo.h8 struct sysinfo { struct
24 int sysinfo (struct sysinfo *); argument
/third_party/musl/porting/linux/user/include/sys/
Dsysinfo.h11 struct sysinfo { struct
27 #include <linux/sysinfo.h> argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsysinfo.h10 struct sysinfo { struct
26 int sysinfo (struct sysinfo *); argument
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsysinfo.h10 struct sysinfo { struct
26 int sysinfo (struct sysinfo *); argument
/third_party/musl/include/sys/
Dsysinfo.h11 struct sysinfo { struct
27 #include <linux/sysinfo.h> argument
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsysinfo.h10 struct sysinfo { struct
26 int sysinfo (struct sysinfo *); argument
/third_party/rust/crates/nix/src/sys/
Dmod.rs177 pub mod sysinfo; module
Dsysinfo.rs79 pub fn sysinfo() -> Result<SysInfo> { in sysinfo() function
/third_party/ltp/lib/
Dtst_virt.c69 FILE *sysinfo; in is_ibmz() local
/third_party/ffmpeg/libavutil/
Dcpu.c202 SYSTEM_INFO sysinfo; in av_cpu_count() local
/third_party/astc-encoder/Source/
Dastcenccli_platform_dependents.cpp79 SYSTEM_INFO sysinfo; in get_cpu_count() local
/third_party/skia/src/core/
DSkExecutor.cpp19 SYSTEM_INFO sysinfo; in num_cores() local
/third_party/alsa-lib/test/
Dseq.c40 snd_seq_system_info_t *sysinfo; in system_info() local
/third_party/node/deps/uv/src/win/
Dthread.c127 SYSTEM_INFO sysinfo; in uv_thread_create_ex() local
/third_party/libuv/src/win/
Dthread.c127 SYSTEM_INFO sysinfo; in uv_thread_create_ex() local
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h26 uintptr_t sysinfo; member
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h23 uintptr_t sysinfo; member
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h42 uintptr_t sysinfo; member
/third_party/musl/src/internal/
Dpthread_impl.h29 uintptr_t sysinfo; member
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs3699 pub struct sysinfo { struct
3700 pub uptime: __kernel_long_t,
3701 pub loads: [__kernel_ulong_t; 3usize],
3702 pub totalram: __kernel_ulong_t,
3703 pub freeram: __kernel_ulong_t,
3704 pub sharedram: __kernel_ulong_t,
3705 pub bufferram: __kernel_ulong_t,
3706 pub totalswap: __kernel_ulong_t,
3707 pub freeswap: __kernel_ulong_t,
3708 pub procs: __u16,
[all …]
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs3641 pub struct sysinfo { struct
3642 pub uptime: __kernel_long_t,
3643 pub loads: [__kernel_ulong_t; 3usize],
3644 pub totalram: __kernel_ulong_t,
3645 pub freeram: __kernel_ulong_t,
3646 pub sharedram: __kernel_ulong_t,
3647 pub bufferram: __kernel_ulong_t,
3648 pub totalswap: __kernel_ulong_t,
3649 pub freeswap: __kernel_ulong_t,
3650 pub procs: __u16,
[all …]
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs3756 pub struct sysinfo { struct
3757 pub uptime: __kernel_long_t,
3758 pub loads: [__kernel_ulong_t; 3usize],
3759 pub totalram: __kernel_ulong_t,
3760 pub freeram: __kernel_ulong_t,
3761 pub sharedram: __kernel_ulong_t,
3762 pub bufferram: __kernel_ulong_t,
3763 pub totalswap: __kernel_ulong_t,
3764 pub freeswap: __kernel_ulong_t,
3765 pub procs: __u16,
[all …]
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs3764 pub struct sysinfo { struct
3765 pub uptime: __kernel_long_t,
3766 pub loads: [__kernel_ulong_t; 3usize],
3767 pub totalram: __kernel_ulong_t,
3768 pub freeram: __kernel_ulong_t,
3769 pub sharedram: __kernel_ulong_t,
3770 pub bufferram: __kernel_ulong_t,
3771 pub totalswap: __kernel_ulong_t,
3772 pub freeswap: __kernel_ulong_t,
3773 pub procs: __u16,
[all …]
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs3792 pub struct sysinfo { struct
3793 pub uptime: __kernel_long_t,
3794 pub loads: [__kernel_ulong_t; 3usize],
3795 pub totalram: __kernel_ulong_t,
3796 pub freeram: __kernel_ulong_t,
3797 pub sharedram: __kernel_ulong_t,
3798 pub bufferram: __kernel_ulong_t,
3799 pub totalswap: __kernel_ulong_t,
3800 pub freeswap: __kernel_ulong_t,
3801 pub procs: __u16,
[all …]

12