Searched refs:shm_use_phys (Results 1 – 1 of 1) sorted by relevance
184 static int shm_use_phys; variable197 SYSCTL_INT(_kern_ipc, OID_AUTO, shm_use_phys, CTLFLAG_RWTUN,198 &shm_use_phys, 0, "Enable/Disable locking of shared memory pages in core");738 shm_object = vm_pager_allocate(shm_use_phys ? OBJT_PHYS : OBJT_SWAP, in shmget_allocate_segment()