Searched refs:shm_use_phys (Results 1 – 2 of 2) sorted by relevance
38 old=`sysctl -n kern.ipc.shm_use_phys`40 sysctl kern.ipc.shm_use_phys=1
179 static int shm_use_phys; variable192 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()