Home
last modified time | relevance | path

Searched refs:_SC_PHYS_PAGES (Results 1 - 25 of 35) sorted by relevance

12

/third_party/musl/porting/linux/user/src/conf/
H A Dsysconf.c98 [_SC_PHYS_PAGES] = JT_PHYS_PAGES, in sysconf()
206 if (name==_SC_PHYS_PAGES) mem = si.totalram; in sysconf()
H A Dlegacy.c72 return sysconf(_SC_PHYS_PAGES); in get_phys_pages()
/third_party/musl/libc-test/src/functionalext/supplement/conf/
H A Dget_phys_pages.c27 if (sysconf(_SC_PHYS_PAGES) != phys_pages) { in get_phys_pages_0100()
/third_party/musl/src/conf/
H A Dsysconf.c104 [_SC_PHYS_PAGES] = JT_PHYS_PAGES, in sysconf()
215 if (name==_SC_PHYS_PAGES) mem = si.totalram; in sysconf()
H A Dlegacy.c72 return sysconf(_SC_PHYS_PAGES); in get_phys_pages()
/third_party/ltp/testcases/kernel/syscalls/sysconf/
H A Dsysconf01.c131 test_sysconf(_SC_PHYS_PAGES); in main()
/third_party/node/deps/v8/src/base/
H A Dsys-info.cc102 long pages = sysconf(_SC_PHYS_PAGES); // NOLINT(runtime/int) in AmountOfPhysicalMemory()
/third_party/mesa3d/src/util/
H A Dos_misc.c227 const long phys_pages = sysconf(_SC_PHYS_PAGES); in os_get_total_physical_memory()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h376 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h352 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/porting/linux/user/include/
H A Dunistd.h379 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h376 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h352 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h358 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h352 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/include/
H A Dunistd.h418 #define _SC_PHYS_PAGES 85 macro
/third_party/toybox/toys/posix/
H A Dgetconf.c109 {"_AVPHYS_PAGES", _SC_AVPHYS_PAGES}, {"_PHYS_PAGES", _SC_PHYS_PAGES},
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.c349 const long system_memory_pages = sysconf(_SC_PHYS_PAGES); in crocus_get_param()
/third_party/libuv/src/unix/
H A Dsunos.c411 return (uint64_t) sysconf(_SC_PAGESIZE) * sysconf(_SC_PHYS_PAGES); in uv_get_total_memory()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_screen.c170 const long system_memory_pages = sysconf(_SC_PHYS_PAGES); in iris_get_video_memory()
/third_party/node/deps/uv/src/unix/
H A Dsunos.c409 return (uint64_t) sysconf(_SC_PAGESIZE) * sysconf(_SC_PHYS_PAGES); in uv_get_total_memory()
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs716 pub const _SC_PHYS_PAGES: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs786 pub const _SC_PHYS_PAGES: ::c_int = 85; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1190 pub const _SC_PHYS_PAGES: ::c_int = 121; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1258 pub const _SC_PHYS_PAGES: ::c_int = 500; consts

Completed in 32 milliseconds

12