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

/freebsd-9.3-release/sys/kern/
H A Dsysv_shm.c165 static int shm_use_phys; variable
178 SYSCTL_INT(_kern_ipc, OID_AUTO, shm_use_phys, CTLFLAG_RW,
179 &shm_use_phys, 0, "Enable/Disable locking of shared memory pages in core");
699 shm_object = vm_pager_allocate(shm_use_phys ? OBJT_PHYS : OBJT_SWAP,
903 TUNABLE_INT_FETCH("kern.ipc.shm_use_phys", &shm_use_phys);

Completed in 65 milliseconds