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

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

Completed in 90 milliseconds