Searched refs:SHM_LARGEPAGE_ALLOC_DEFAULT (Results 1 – 6 of 6) sorted by relevance
/freebsd/tests/sys/posixshm/ |
H A D | posixshm_test.c | 1268 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 D | memfd_create.c | 110 slc.alloc_policy = SHM_LARGEPAGE_ALLOC_DEFAULT; in memfd_create()
|
/freebsd/tools/test/stress2/misc/ |
H A D | largepage.sh | 87 SHM_LARGEPAGE_ALLOC_DEFAULT, 0600)) == -1)
|
/freebsd/sys/sys/ |
H A D | mman.h | 194 #define SHM_LARGEPAGE_ALLOC_DEFAULT 0 macro
|
/freebsd/usr.bin/posixshmcontrol/ |
H A D | posixshmcontrol.c | 74 SHM_LARGEPAGE_ALLOC_DEFAULT, mode); in create_one_shm()
|
/freebsd/sys/kern/ |
H A D | uipc_shm.c | 576 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()
|