Searched defs:shm_amp (Results 1 - 6 of 6) 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/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...]

Completed in 50 milliseconds