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()510 shm_handle = shm_handle->shm_handle_next) { in shmat()521 assert(shm_handle->shm_handle_next == NULL); in shmat()771 struct shm_handle *shm_handle_next, **shm_handle_next_p; in shmget_allocate_segment() local830 shm_handle->shm_handle_next = NULL; in shmget_allocate_segment()836 shm_handle_next_p = &shm_handle->shm_handle_next; in shmget_allocate_segment()871 shm_handle = shm_handle_next) { in shmget_allocate_segment()[all …]