Searched refs:shm_handle_next (Results 1 – 1 of 1) sorted by relevance
150 struct shm_handle *shm_handle_next; /* next chunk */ member268 struct shm_handle *shm_handle, *shm_handle_next; in shm_deallocate_segment() local273 shm_handle = shm_handle_next) { in shm_deallocate_segment()274 shm_handle_next = shm_handle->shm_handle_next; in shm_deallocate_segment()512 shm_handle = shm_handle->shm_handle_next) { in shmat()523 assert(shm_handle->shm_handle_next == NULL); in shmat()775 struct shm_handle *shm_handle_next, **shm_handle_next_p; in shmget_allocate_segment() local834 shm_handle->shm_handle_next = NULL; in shmget_allocate_segment()840 shm_handle_next_p = &shm_handle->shm_handle_next; in shmget_allocate_segment()875 shm_handle = shm_handle_next) { in shmget_allocate_segment()[all …]