Searched refs:DISM_PG_LOCKED (Results 1 – 2 of 2) sorted by relevance
88 #define DISM_PG_LOCKED 0x1 /* DISM page is locked */ macro
331 if (shmd->shm_vpage[anon_index] & DISM_PG_LOCKED) { in segspt_shmincore()2545 if (!(shmd->shm_vpage[anon_index] & DISM_PG_LOCKED)) { in spt_lockpages()2570 shmd->shm_vpage[anon_index] |= DISM_PG_LOCKED; in spt_lockpages()2606 if (shmd->shm_vpage[anon_index] & DISM_PG_LOCKED) { in spt_unlockpages()2634 shmd->shm_vpage[anon_index] &= ~DISM_PG_LOCKED; in spt_unlockpages()