Home
last modified time | relevance | path

Searched refs:DISM_PG_LOCKED (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/vm/
H A Dseg_spt.h88 #define DISM_PG_LOCKED 0x1 /* DISM page is locked */ macro
H A Dseg_spt.c331 if (shmd->shm_vpage[anon_index] & DISM_PG_LOCKED) { in segspt_shmincore()
2524 if (!(shmd->shm_vpage[anon_index] & DISM_PG_LOCKED)) { in spt_lockpages()
2549 shmd->shm_vpage[anon_index] |= DISM_PG_LOCKED; in spt_lockpages()
2585 if (shmd->shm_vpage[anon_index] & DISM_PG_LOCKED) { in spt_unlockpages()
2613 shmd->shm_vpage[anon_index] &= ~DISM_PG_LOCKED; in spt_unlockpages()