Home
last modified time | relevance | path

Searched refs:_SC_PHYS_PAGES (Results 1 – 25 of 45) sorted by relevance

12

/third_party/musl/porting/linux/user/src/conf/
Dsysconf.c98 [_SC_PHYS_PAGES] = JT_PHYS_PAGES, in sysconf()
206 if (name==_SC_PHYS_PAGES) mem = si.totalram; in sysconf()
Dlegacy.c72 return sysconf(_SC_PHYS_PAGES); in get_phys_pages()
/third_party/musl/src/conf/
Dsysconf.c101 [_SC_PHYS_PAGES] = JT_PHYS_PAGES, in sysconf()
209 if (name==_SC_PHYS_PAGES) mem = si.totalram; in sysconf()
Dlegacy.c72 return sysconf(_SC_PHYS_PAGES); in get_phys_pages()
/third_party/musl/libc-test/src/functionalext/supplement/conf/
Dget_phys_pages.c27 if (sysconf(_SC_PHYS_PAGES) != phys_pages) { in get_phys_pages_0100()
/third_party/node/deps/v8/src/base/
Dsys-info.cc102 long pages = sysconf(_SC_PHYS_PAGES); // NOLINT(runtime/int) in AmountOfPhysicalMemory()
/third_party/ltp/testcases/kernel/syscalls/sysconf/
Dsysconf01.c131 test_sysconf(_SC_PHYS_PAGES); in main()
/third_party/mesa3d/src/util/
Dos_misc.c227 const long phys_pages = sysconf(_SC_PHYS_PAGES); in os_get_total_physical_memory()
/third_party/mesa3d/docs/relnotes/
D10.5.6.rst35 swrast: build error undeclared \_SC_PHYS_PAGES on osx
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h376 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h352 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h379 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/include/
Dunistd.h418 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h352 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h352 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h358 #define _SC_PHYS_PAGES 85 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h376 #define _SC_PHYS_PAGES 85 macro
/third_party/toybox/toys/posix/
Dgetconf.c109 {"_AVPHYS_PAGES", _SC_AVPHYS_PAGES}, {"_PHYS_PAGES", _SC_PHYS_PAGES},
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c349 const long system_memory_pages = sysconf(_SC_PHYS_PAGES); in crocus_get_param()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c170 const long system_memory_pages = sysconf(_SC_PHYS_PAGES); in iris_get_video_memory()
/third_party/libuv/src/unix/
Dsunos.c409 return (uint64_t) sysconf(_SC_PAGESIZE) * sysconf(_SC_PHYS_PAGES); in uv_get_total_memory()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt905 _SC_PHYS_PAGES
Dfuchsia.txt1074 _SC_PHYS_PAGES
Ddragonfly.txt1141 _SC_PHYS_PAGES
/third_party/node/deps/uv/src/unix/
Dsunos.c409 return (uint64_t) sysconf(_SC_PAGESIZE) * sysconf(_SC_PHYS_PAGES); in uv_get_total_memory()

12