Lines Matching refs:shmid_kernel
138 struct shmid_kernel *shmsegs; /* 64 bit version */
159 static void shm_deallocate_segment(struct shmid_kernel *);
161 static struct shmid_kernel *shm_find_segment_by_shmid(int);
247 static struct shmid_kernel *
251 struct shmid_kernel *shmseg; in shm_find_segment_by_shmid()
267 shm_deallocate_segment(struct shmid_kernel *shmseg) in shm_deallocate_segment()
295 struct shmid_kernel *shmseg; in shm_delete_mapping()
323 struct shmid_kernel *shmsegptr; in shmdt()
381 struct shmid_kernel *shmseg; in shmat()
595 struct shmid_kernel *shmseg; in shmctl()
712 struct shmid_kernel *shmseg; in shmget_existing()
767 struct shmid_kernel *shmseg; in shmget_allocate_segment()
1060 if (os_mul_overflow(shminfo.shmmni, sizeof(struct shmid_kernel), &sz)) { in shminit()