Home
last modified time | relevance | path

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

/freebsd-13-stable/tests/sys/posixshm/
HDposixshm_test.c1071 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1131 lpc.alloc_policy = SHM_LARGEPAGE_ALLOC_DEFAULT; in ATF_TC_BODY()
1185 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1281 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1332 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1406 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1444 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1513 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1573 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
1662 fd = shm_open_large(i, SHM_LARGEPAGE_ALLOC_DEFAULT, ps[i]); in ATF_TC_BODY()
[all …]
/freebsd-13-stable/lib/libc/sys/
HDshm_open.c155 slc.alloc_policy = SHM_LARGEPAGE_ALLOC_DEFAULT; in memfd_create()
/freebsd-13-stable/sys/sys/
HDmman.h196 #define SHM_LARGEPAGE_ALLOC_DEFAULT 0 macro
/freebsd-13-stable/usr.bin/posixshmcontrol/
HDposixshmcontrol.c75 SHM_LARGEPAGE_ALLOC_DEFAULT, mode); in create_one_shm()
/freebsd-13-stable/sys/kern/
HDuipc_shm.c572 if (conf->alloc_policy != SHM_LARGEPAGE_ALLOC_DEFAULT && in shm_ioctl()
856 SHM_LARGEPAGE_ALLOC_DEFAULT && in shm_dotruncate_largepage()
932 shmfd->shm_lp_alloc_policy = SHM_LARGEPAGE_ALLOC_DEFAULT; in shm_alloc()