Symbol: SHM_LARGEPAGE_ALLOC_DEFAULT
lib/libc/gen/memfd_create.c
119
slc.alloc_policy = SHM_LARGEPAGE_ALLOC_DEFAULT;
sys/kern/uipc_shm.c
601
if (conf->alloc_policy != SHM_LARGEPAGE_ALLOC_DEFAULT &&
sys/kern/uipc_shm.c
866
SHM_LARGEPAGE_ALLOC_DEFAULT &&
sys/kern/uipc_shm.c
954
shmfd->shm_lp_alloc_policy = SHM_LARGEPAGE_ALLOC_DEFAULT;
tests/sys/posixshm/posixshm_test.c
1266
fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]);
tests/sys/posixshm/posixshm_test.c
1328
lpc.alloc_policy = SHM_LARGEPAGE_ALLOC_DEFAULT;
tests/sys/posixshm/posixshm_test.c
1383
fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]);
tests/sys/posixshm/posixshm_test.c
1403
fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]);
tests/sys/posixshm/posixshm_test.c
1499
fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]);
tests/sys/posixshm/posixshm_test.c
1550
fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]);
tests/sys/posixshm/posixshm_test.c
1624
fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]);
tests/sys/posixshm/posixshm_test.c
1662
fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]);
tests/sys/posixshm/posixshm_test.c
1731
fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]);
tests/sys/posixshm/posixshm_test.c
1791
fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]);
tests/sys/posixshm/posixshm_test.c
1880
fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]);
tests/sys/posixshm/posixshm_test.c
2014
fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]);
tests/sys/posixshm/posixshm_test.c
2120
SHM_LARGEPAGE_ALLOC_DEFAULT, 0600);
tests/sys/posixshm/posixshm_test.c
2173
fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT,
tests/sys/posixshm/posixshm_test.c
2250
SHM_LARGEPAGE_ALLOC_DEFAULT, 0600);
usr.bin/posixshmcontrol/posixshmcontrol.c
74
SHM_LARGEPAGE_ALLOC_DEFAULT, mode);