Searched refs:shm_amp (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dshm.h79 struct anon_map *shm_amp; /* segment anon_map pointer */ member in struct:shmid_ds
/illumos-gate/usr/src/uts/common/sys/
H A Dshm.h92 void *shm_amp; member in struct:shmid_ds
94 struct anon_map *shm_amp; /* segment anon_map pointer */ member in struct:shmid_ds
H A Dshm_impl.h59 struct anon_map *shm_amp; /* segment anon_map pointer */ member in struct:kshmid
116 caddr32_t shm_amp; /* segment anon_map pointer */ member in struct:shmid_ds32
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dshmsys.c49 struct anon_map *shm_amp; member in struct:shmid_sv
84 n_buf.shm_amp = buf->shm_amp;
98 buf->shm_amp = n_buf.shm_amp;
/illumos-gate/usr/src/uts/common/os/
H A Dshm.c304 ANON_LOCK_ENTER(&sp->shm_amp->a_rwlock, RW_WRITER);
305 size = sp->shm_amp->size;
306 ANON_LOCK_EXIT(&sp->shm_amp->a_rwlock);
457 error = sptcreate(size, &segspt, sp->shm_amp, prot,
480 ssd.shm_amp = sp->shm_amp;
543 crargs.amp = sp->shm_amp;
580 ANON_LOCK_ENTER(&sp->shm_amp->a_rwlock, RW_WRITER);
581 anonmap_purge(sp->shm_amp);
582 ANON_LOCK_EXIT(&sp->shm_amp
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_spt.h76 struct anon_map *shm_amp; member in struct:shm_data
H A Dseg_spt.c299 struct anon_map *amp = shmd->shm_amp;
312 if (anon_index + npages > btopr(shmd->shm_amp->size)) {
1676 struct anon_map *shm_amp = shmd_arg->shm_amp; local
1687 shmd->shm_amp = shm_amp;
1690 (void) lgrp_shm_policy_set(LGRP_MEM_POLICY_DEFAULT, shm_amp, 0,
1701 if ((shmd->shm_vpage = kmem_zalloc(btopr(shm_amp->size),
1713 btopr(shm_amp->size));
1726 ANON_LOCK_ENTER(&shm_amp
1771 struct anon_map *shm_amp = shmd->shm_amp; local
[all...]
H A Dvm_usage.c1166 vmu_data.vmu_all_amps_hash, (caddr_t)shmd->shm_amp,
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c223 shmid->shm_segsz, shmid->shm_amp, shmid->shm_lkcnt,

Completed in 91 milliseconds