first_chunk        83 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mca_allocator_bucket_chunk_header_t * first_chunk;
first_chunk       123 opal/mca/allocator/bucket/allocator_bucket_alloc.c     chunk = first_chunk = segment_header->first_chunk =
first_chunk       140 opal/mca/allocator/bucket/allocator_bucket_alloc.c         chunk->next_in_segment = first_chunk;
first_chunk       143 opal/mca/allocator/bucket/allocator_bucket_alloc.c         first_chunk->next_in_segment = first_chunk;
first_chunk       145 opal/mca/allocator/bucket/allocator_bucket_alloc.c     first_chunk->u.bucket = bucket_num;
first_chunk       148 opal/mca/allocator/bucket/allocator_bucket_alloc.c     return((void *) (first_chunk + 1));
first_chunk       163 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mca_allocator_bucket_chunk_header_t * first_chunk;
first_chunk       182 opal/mca/allocator/bucket/allocator_bucket_alloc.c     first_chunk = (mca_allocator_bucket_chunk_header_t *) (segment_header + 1);
first_chunk       185 opal/mca/allocator/bucket/allocator_bucket_alloc.c     aligned_memory = (char *) (first_chunk + 1);
first_chunk       191 opal/mca/allocator/bucket/allocator_bucket_alloc.c     first_chunk = (mca_allocator_bucket_chunk_header_t *) aligned_memory - 1;
first_chunk       202 opal/mca/allocator/bucket/allocator_bucket_alloc.c     chunk = segment_header->first_chunk = first_chunk;
first_chunk       220 opal/mca/allocator/bucket/allocator_bucket_alloc.c         chunk->next_in_segment = first_chunk;
first_chunk       223 opal/mca/allocator/bucket/allocator_bucket_alloc.c         first_chunk->next_in_segment = first_chunk;
first_chunk       225 opal/mca/allocator/bucket/allocator_bucket_alloc.c     first_chunk->u.bucket = bucket_num;
first_chunk       296 opal/mca/allocator/bucket/allocator_bucket_alloc.c     mca_allocator_bucket_chunk_header_t * first_chunk;
first_chunk       316 opal/mca/allocator/bucket/allocator_bucket_alloc.c             first_chunk = segment->first_chunk;
first_chunk       317 opal/mca/allocator/bucket/allocator_bucket_alloc.c             chunk = first_chunk;
first_chunk       325 opal/mca/allocator/bucket/allocator_bucket_alloc.c             } while(chunk != first_chunk);
first_chunk       344 opal/mca/allocator/bucket/allocator_bucket_alloc.c                 first_chunk = (*segment_header)->first_chunk;
first_chunk       345 opal/mca/allocator/bucket/allocator_bucket_alloc.c                 chunk = first_chunk;
first_chunk       353 opal/mca/allocator/bucket/allocator_bucket_alloc.c                 } while(empty && (chunk != first_chunk));
first_chunk       355 opal/mca/allocator/bucket/allocator_bucket_alloc.c                     chunk = first_chunk;
first_chunk       367 opal/mca/allocator/bucket/allocator_bucket_alloc.c                     } while((chunk = chunk->next_in_segment) != first_chunk);
first_chunk        68 opal/mca/allocator/bucket/allocator_bucket_alloc.h     struct mca_allocator_bucket_chunk_header_t * first_chunk; /**< the first chunk of the header */