Searched refs:DISM_PG_LOCKED (Results 1 – 2 of 2) sorted by relevance
87 #define DISM_PG_LOCKED 0x1 /* DISM page is locked */ macro
478 if (shmd->shm_vpage[anon_index] & DISM_PG_LOCKED) { in segspt_shmincore()2673 if (!(shmd->shm_vpage[anon_index] & DISM_PG_LOCKED)) { in spt_lockpages()2698 shmd->shm_vpage[anon_index] |= DISM_PG_LOCKED; in spt_lockpages()2734 if (shmd->shm_vpage[anon_index] & DISM_PG_LOCKED) { in spt_unlockpages()2762 shmd->shm_vpage[anon_index] &= ~DISM_PG_LOCKED; in spt_unlockpages()