Searched refs:shmd (Results 1 – 3 of 3) sorted by relevance
425 struct shm_data *shmd = (struct shm_data *)seg->s_data; in segspt_shmincore() local433 sptseg = shmd->shm_sptseg; in segspt_shmincore()446 struct anon_map *amp = shmd->shm_amp; in segspt_shmincore()459 if (anon_index + npages > btopr(shmd->shm_amp->size)) { in segspt_shmincore()478 if (shmd->shm_vpage[anon_index] & DISM_PG_LOCKED) { in segspt_shmincore()975 struct shm_data *shmd = (struct shm_data *)seg->s_data; in segspt_dismpagelock() local976 struct seg *sptseg = shmd->shm_sptseg; in segspt_dismpagelock()1029 shmd->shm_softlockcnt > 0)) { in segspt_dismpagelock()1242 atomic_inc_ulong((ulong_t *)(&(shmd->shm_softlockcnt))); in segspt_dismpagelock()1302 if (shmd->shm_softlockcnt <= 0) { in segspt_dismpagelock()[all …]
1087 struct shm_data *shmd; in vmu_calculate_seg() local1166 shmd = (struct shm_data *)seg->s_data; in vmu_calculate_seg()1168 vmu_data.vmu_all_amps_hash, (caddr_t)shmd->shm_amp, in vmu_calculate_seg()1172 sptd = shmd->shm_sptseg->s_data; in vmu_calculate_seg()
3368 struct shm_data *shmd; in is_it_dism() local3374 shmd = (struct shm_data *)seg->s_data; in is_it_dism()3375 ASSERT(shmd != NULL); in is_it_dism()3376 sptd = (struct spt_data *)shmd->shm_sptseg->s_data; in is_it_dism()