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

/opensolaris-onvv-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c364 demote(Freehdr *p) function
400 } /* demote */
553 demote(p);
571 demote(p);
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c319 * demote(p)
345 demote(Freehdr *p) function
388 } /*demote*/
531 demote(fpp);
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dseg_vn.c221 #define SDR_RANGE 1 /* demote entire range */
222 #define SDR_END 2 /* demote non aligned ends only */
4562 * reduce the map area. For now just demote the segment. This should
5016 * because in some file truncation cases we should be able to demote
5027 * locked SE_SHARED. To avoid this, we demote segments on a first
5042 int demote = 0; local
5045 demote = 1;
5047 if (!demote && len > PAGESIZE) {
5052 demote = 1;
5056 ASSERT(demote || AS_WRITE_HEL
[all...]

Completed in 208 milliseconds