OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sysconf
(Results
1 - 25
of
507
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/xsrc/external/mit/libXaw/dist/src/
OS.c
11
#include <unistd.h> /* for
sysconf
(), and getpagesize() */
37
pagesize = (int)
sysconf
(_SC_PAGESIZE);
42
pagesize = (int)
sysconf
(_SC_PAGE_SIZE);
/xsrc/external/mit/MesaLib.old/dist/src/util/
os_misc.c
128
const long phys_pages =
sysconf
(_SC_PHYS_PAGES);
129
const long page_size =
sysconf
(_SC_PAGE_SIZE);
/xsrc/external/mit/libdrm/dist/amdgpu/
handle_table.c
35
uint32_t alignment =
sysconf
(_SC_PAGESIZE) / sizeof(void*);
/xsrc/external/mit/xfs/dist/os/
access.c
67
int maxfd =
sysconf
(_SC_OPEN_MAX) - 1;
osglue.c
290
lastfdesc =
sysconf
(_SC_OPEN_MAX) - 1;
/xsrc/external/mit/MesaLib/dist/src/util/
os_misc.c
227
const long phys_pages =
sysconf
(_SC_PHYS_PAGES);
228
const long page_size =
sysconf
(_SC_PAGE_SIZE);
334
const long page_size =
sysconf
(_SC_PAGE_SIZE);
u_cpu_detect.c
641
available_cpus =
sysconf
(_SC_NPROCESSORS_ONLN);
663
total_cpus =
sysconf
(_SC_NPROCESSORS_CONF);
/xsrc/external/mit/libdrm/dist/tegra/
job.c
74
job->page_size =
sysconf
(_SC_PAGESIZE);
/xsrc/external/mit/xorg-server/dist/hw/sun/
sunFbs.c
91
pagemask =
sysconf
(_SC_PAGESIZE) - 1;
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunFbs.c
93
pagemask =
sysconf
(_SC_PAGESIZE) - 1;
/xsrc/external/mit/MesaLib/dist/src/drm-shim/
device.c
96
*
sysconf
(_SC_PAGE_SIZE).
104
shim_page_size =
sysconf
(_SC_PAGE_SIZE);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
device.cpp
214
return
sysconf
(_SC_PAGESIZE);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_screen.c
355
const long system_memory_pages =
sysconf
(_SC_PHYS_PAGES);
356
const long system_page_size =
sysconf
(_SC_PAGE_SIZE);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_screen.c
338
const long system_memory_pages =
sysconf
(_SC_PHYS_PAGES);
339
const long system_page_size =
sysconf
(_SC_PAGE_SIZE);
/xsrc/external/mit/libXxf86dga/dist/src/
XF86DGA.c
433
pagesize =
sysconf
(_SC_PAGESIZE);
437
pagesize =
sysconf
(_SC_PAGE_SIZE);
/xsrc/external/mit/libdrm/dist/tests/amdgpu/
security_tests.c
270
page_size =
sysconf
(_SC_PAGESIZE);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_threads.c
146
max_threads =
sysconf
(_SC_NPROCESSORS_ONLN) / 2;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_threads.c
146
max_threads =
sysconf
(_SC_NPROCESSORS_ONLN) / 2;
/xsrc/external/mit/evieext/dist/
config.guess
621
long bits =
sysconf
(_SC_KERNEL_BITS);
623
long cpu =
sysconf
(_SC_CPU_VERSION);
683
long cpu =
sysconf
(_SC_CPU_VERSION);
/xsrc/external/mit/xf86-input-ws/dist/
config.guess
596
long bits =
sysconf
(_SC_KERNEL_BITS);
598
long cpu =
sysconf
(_SC_CPU_VERSION);
658
long cpu =
sysconf
(_SC_CPU_VERSION);
/xsrc/external/mit/font-adobe-utopia-75dpi/dist/
config.guess
644
long bits =
sysconf
(_SC_KERNEL_BITS);
646
long cpu =
sysconf
(_SC_CPU_VERSION);
706
long cpu =
sysconf
(_SC_CPU_VERSION);
/xsrc/external/mit/freetype/dist/builds/unix/
config.guess
681
long bits =
sysconf
(_SC_KERNEL_BITS);
683
long cpu =
sysconf
(_SC_CPU_VERSION);
743
long cpu =
sysconf
(_SC_CPU_VERSION);
/xsrc/external/mit/glw/dist/
config.guess
620
long bits =
sysconf
(_SC_KERNEL_BITS);
622
long cpu =
sysconf
(_SC_CPU_VERSION);
682
long cpu =
sysconf
(_SC_CPU_VERSION);
/xsrc/external/mit/libXTrap/dist/
config.guess
624
long bits =
sysconf
(_SC_KERNEL_BITS);
626
long cpu =
sysconf
(_SC_CPU_VERSION);
686
long cpu =
sysconf
(_SC_CPU_VERSION);
/xsrc/external/mit/libXevie/dist/
config.guess
621
long bits =
sysconf
(_SC_KERNEL_BITS);
623
long cpu =
sysconf
(_SC_CPU_VERSION);
683
long cpu =
sysconf
(_SC_CPU_VERSION);
Completed in 21 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Mon Apr 06 00:22:49 UTC 2026