shm_id 29 source3/profile/profile.c static int shm_id;
shm_id 211 source3/profile/profile.c shm_id = shmget(PROF_SHMEM_KEY, 0, 0);
shm_id 215 source3/profile/profile.c if (shm_id == -1) {
shm_id 217 source3/profile/profile.c shm_id = shmget(PROF_SHMEM_KEY, sizeof(*profile_h),
shm_id 221 source3/profile/profile.c if (shm_id == -1) {
shm_id 228 source3/profile/profile.c profile_h = (struct profile_header *)shmat(shm_id, 0,
shm_id 237 source3/profile/profile.c if (shmctl(shm_id, IPC_STAT, &shm_ds) != 0) {
shm_id 255 source3/profile/profile.c if (shmctl(shm_id, IPC_RMID, &shm_ds) == 0) {