Searched refs:SHM_LARGEPAGE_ALLOC_DEFAULT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/tests/sys/posixshm/ |
| HD | posixshm_test.c | 1071 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/ |
| HD | shm_open.c | 155 slc.alloc_policy = SHM_LARGEPAGE_ALLOC_DEFAULT; in memfd_create()
|
| /freebsd-13-stable/sys/sys/ |
| HD | mman.h | 196 #define SHM_LARGEPAGE_ALLOC_DEFAULT 0 macro
|
| /freebsd-13-stable/usr.bin/posixshmcontrol/ |
| HD | posixshmcontrol.c | 75 SHM_LARGEPAGE_ALLOC_DEFAULT, mode); in create_one_shm()
|
| /freebsd-13-stable/sys/kern/ |
| HD | uipc_shm.c | 572 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()
|