Lines Matching refs:shmid_kernel
137 struct shmid_kernel *shmsegs; /* 64 bit version */
158 static void shm_deallocate_segment(struct shmid_kernel *);
160 static struct shmid_kernel *shm_find_segment_by_shmid(int);
246 static struct shmid_kernel *
250 struct shmid_kernel *shmseg; in shm_find_segment_by_shmid()
266 shm_deallocate_segment(struct shmid_kernel *shmseg) in shm_deallocate_segment()
294 struct shmid_kernel *shmseg; in shm_delete_mapping()
322 struct shmid_kernel *shmsegptr; in shmdt()
380 struct shmid_kernel *shmseg; in shmat()
594 struct shmid_kernel *shmseg; in shmctl()
711 struct shmid_kernel *shmseg; in shmget_existing()
766 struct shmid_kernel *shmseg; in shmget_allocate_segment()
1059 if (os_mul_overflow(shminfo.shmmni, sizeof(struct shmid_kernel), &sz)) { in shminit()