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

/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dseg_kmem.h99 * SEGKMEM_SHARELOCKED requests pages which are locked SE_SHARED to be
101 * memory returned by SEGKMEM_SHARELOCKED cannot be freed by segkmem_free().
104 #define SEGKMEM_SHARELOCKED 0x20000 macro
H A Dseg_kmem.c917 if (vmflag & SEGKMEM_SHARELOCKED)
1265 !(vmflag & SEGKMEM_SHARELOCKED)) {
H A Dseg_dev.c3798 vmflag |= (VM_NORELOC | SEGKMEM_SHARELOCKED);

Completed in 138 milliseconds