Searched refs:shm_handle_next (Results 1 – 1 of 1) sorted by relevance
151 struct shm_handle *shm_handle_next; /* next chunk */ member269 struct shm_handle *shm_handle, *shm_handle_next; in shm_deallocate_segment() local274 shm_handle = shm_handle_next) { in shm_deallocate_segment()275 shm_handle_next = shm_handle->shm_handle_next; in shm_deallocate_segment()511 shm_handle = shm_handle->shm_handle_next) { in shmat()522 assert(shm_handle->shm_handle_next == NULL); in shmat()772 struct shm_handle *shm_handle_next, **shm_handle_next_p; in shmget_allocate_segment() local831 shm_handle->shm_handle_next = NULL; in shmget_allocate_segment()837 shm_handle_next_p = &shm_handle->shm_handle_next; in shmget_allocate_segment()872 shm_handle = shm_handle_next) { in shmget_allocate_segment()[all …]