Searched refs:shmd (Results 1 – 3 of 3) sorted by relevance
278 struct shm_data *shmd = (struct shm_data *)seg->s_data; in segspt_shmincore() local286 sptseg = shmd->shm_sptseg; in segspt_shmincore()299 struct anon_map *amp = shmd->shm_amp; in segspt_shmincore()312 if (anon_index + npages > btopr(shmd->shm_amp->size)) { in segspt_shmincore()331 if (shmd->shm_vpage[anon_index] & DISM_PG_LOCKED) { in segspt_shmincore()827 struct shm_data *shmd = (struct shm_data *)seg->s_data; in segspt_dismpagelock() local828 struct seg *sptseg = shmd->shm_sptseg; in segspt_dismpagelock()881 shmd->shm_softlockcnt > 0)) { in segspt_dismpagelock()1094 atomic_inc_ulong((ulong_t *)(&(shmd->shm_softlockcnt))); in segspt_dismpagelock()1154 if (shmd->shm_softlockcnt <= 0) { in segspt_dismpagelock()[all …]
1087 struct shm_data *shmd; in vmu_calculate_seg() local1164 shmd = (struct shm_data *)seg->s_data; in vmu_calculate_seg()1166 vmu_data.vmu_all_amps_hash, (caddr_t)shmd->shm_amp, in vmu_calculate_seg()1170 sptd = shmd->shm_sptseg->s_data; in vmu_calculate_seg()
2883 struct shm_data *shmd; in is_it_dism() local2889 shmd = (struct shm_data *)seg->s_data; in is_it_dism()2890 ASSERT(shmd != NULL); in is_it_dism()2891 sptd = (struct spt_data *)shmd->shm_sptseg->s_data; in is_it_dism()