Home
last modified time | relevance | path

Searched refs:SHM_LARGEPAGE_ALLOC_DEFAULT (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/sys/posixshm/
H A Dposixshm_test.c1268 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1330 lpc.alloc_policy = SHM_LARGEPAGE_ALLOC_DEFAULT; in ATF_TC_BODY()
1384 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1480 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1531 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1605 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1643 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1712 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1772 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1861 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
[all …]
/freebsd/lib/libc/gen/
H A Dmemfd_create.c110 slc.alloc_policy = SHM_LARGEPAGE_ALLOC_DEFAULT; in memfd_create()
/freebsd/tools/test/stress2/misc/
H A Dlargepage.sh87 SHM_LARGEPAGE_ALLOC_DEFAULT, 0600)) == -1)
/freebsd/sys/sys/
H A Dmman.h194 #define SHM_LARGEPAGE_ALLOC_DEFAULT 0 macro
/freebsd/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c74 SHM_LARGEPAGE_ALLOC_DEFAULT, mode); in create_one_shm()
/freebsd/sys/kern/
H A Duipc_shm.c576 if (conf->alloc_policy != SHM_LARGEPAGE_ALLOC_DEFAULT && in shm_ioctl()
874 SHM_LARGEPAGE_ALLOC_DEFAULT && in shm_dotruncate_largepage()
951 shmfd->shm_lp_alloc_policy = SHM_LARGEPAGE_ALLOC_DEFAULT; in shm_alloc()