Home
last modified time | relevance | path

Searched refs:_SC_AVPHYS_PAGES (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/src/conf/
H A Dlegacy.c77 return sysconf(_SC_AVPHYS_PAGES); in get_avphys_pages()
H A Dsysconf.c105 [_SC_AVPHYS_PAGES] = JT_AVPHYS_PAGES, in sysconf()
/third_party/musl/porting/linux/user/src/conf/
H A Dlegacy.c77 return sysconf(_SC_AVPHYS_PAGES); in get_avphys_pages()
H A Dsysconf.c99 [_SC_AVPHYS_PAGES] = JT_AVPHYS_PAGES, in sysconf()
/third_party/toybox/toys/posix/
H A Dgetconf.c38 #define _SC_AVPHYS_PAGES -1 macro
109 {"_AVPHYS_PAGES", _SC_AVPHYS_PAGES}, {"_PHYS_PAGES", _SC_PHYS_PAGES},
/third_party/ltp/testcases/kernel/syscalls/sysconf/
H A Dsysconf01.c132 test_sysconf(_SC_AVPHYS_PAGES); in main()
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap2.c150 pn = sysconf(_SC_AVPHYS_PAGES); in get_available_memory_mb()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h377 #define _SC_AVPHYS_PAGES 86 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h353 #define _SC_AVPHYS_PAGES 86 macro
/third_party/musl/porting/linux/user/include/
H A Dunistd.h380 #define _SC_AVPHYS_PAGES 86 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h377 #define _SC_AVPHYS_PAGES 86 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h353 #define _SC_AVPHYS_PAGES 86 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h359 #define _SC_AVPHYS_PAGES 86 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h353 #define _SC_AVPHYS_PAGES 86 macro
/third_party/musl/include/
H A Dunistd.h419 #define _SC_AVPHYS_PAGES 86 macro
/third_party/libuv/src/unix/
H A Dsunos.c406 return (uint64_t) sysconf(_SC_PAGESIZE) * sysconf(_SC_AVPHYS_PAGES); in uv_get_free_memory()
/third_party/node/deps/uv/src/unix/
H A Dsunos.c404 return (uint64_t) sysconf(_SC_PAGESIZE) * sysconf(_SC_AVPHYS_PAGES); in uv_get_free_memory()
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs717 pub const _SC_AVPHYS_PAGES: ::c_int = 12; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs787 pub const _SC_AVPHYS_PAGES: ::c_int = 86; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1259 pub const _SC_AVPHYS_PAGES: ::c_int = 501; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1151 pub const _SC_AVPHYS_PAGES: ::c_int = 41; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1709 pub const _SC_AVPHYS_PAGES: ::c_int = 67; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1160 pub const _SC_AVPHYS_PAGES: ::c_int = 99; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2034 pub const _SC_AVPHYS_PAGES: ::c_int = 501; consts
/third_party/rust/crates/nix/src/
H A Dunistd.rs2700 _AVPHYS_PAGES = libc::_SC_AVPHYS_PAGES,

Completed in 58 milliseconds

12