Home
last modified time | relevance | path

Searched refs:shm_use_phys (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dshm.sh38 old=`sysctl -n kern.ipc.shm_use_phys`
40 sysctl kern.ipc.shm_use_phys=1
/freebsd/sys/kern/
H A Dsysv_shm.c179 static int shm_use_phys; variable
192 SYSCTL_INT(_kern_ipc, OID_AUTO, shm_use_phys, CTLFLAG_RWTUN,
193 &shm_use_phys, 0, "Enable/Disable locking of shared memory pages in core");
733 shm_object = vm_pager_allocate(shm_use_phys ? OBJT_PHYS : OBJT_SWAP, in shmget_allocate_segment()