buckets 91 ompi/mca/topo/treematch/treematch/uthash.h HASH_FIND_IN_BKT((head)->hh.tbl, hh, (head)->hh.tbl->buckets[ _hf_bkt ], \ buckets 140 ompi/mca/topo/treematch/treematch/uthash.h (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \ buckets 142 ompi/mca/topo/treematch/treematch/uthash.h if (! (head)->hh.tbl->buckets) { uthash_fatal( "out of memory"); } \ buckets 143 ompi/mca/topo/treematch/treematch/uthash.h memset((head)->hh.tbl->buckets, 0, \ buckets 171 ompi/mca/topo/treematch/treematch/uthash.h HASH_ADD_TO_BKT((head)->hh.tbl->buckets[_ha_bkt],&(add)->hh); \ buckets 199 ompi/mca/topo/treematch/treematch/uthash.h uthash_free((head)->hh.tbl->buckets, \ buckets 223 ompi/mca/topo/treematch/treematch/uthash.h HASH_DEL_IN_BKT(hh,(head)->hh.tbl->buckets[_hd_bkt], _hd_hh_del); \ buckets 261 ompi/mca/topo/treematch/treematch/uthash.h _thh = (head)->hh.tbl->buckets[_bkt_i].hh_head; \ buckets 273 ompi/mca/topo/treematch/treematch/uthash.h if ((head)->hh.tbl->buckets[_bkt_i].count != _bkt_count) { \ buckets 275 ompi/mca/topo/treematch/treematch/uthash.h (head)->hh.tbl->buckets[_bkt_i].count, _bkt_count); \ buckets 654 ompi/mca/topo/treematch/treematch/uthash.h _he_thh = tbl->buckets[ _he_bkt_i ].hh_head; \ buckets 672 ompi/mca/topo/treematch/treematch/uthash.h uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \ buckets 675 ompi/mca/topo/treematch/treematch/uthash.h tbl->buckets = _he_new_buckets; \ buckets 782 ompi/mca/topo/treematch/treematch/uthash.h for(_src_hh = (src)->hh_src.tbl->buckets[_src_bkt].hh_head; \ buckets 801 ompi/mca/topo/treematch/treematch/uthash.h HASH_ADD_TO_BKT(_dst_hh->tbl->buckets[_dst_bkt],_dst_hh); \ buckets 815 ompi/mca/topo/treematch/treematch/uthash.h uthash_free((head)->hh.tbl->buckets, \ buckets 862 ompi/mca/topo/treematch/treematch/uthash.h UT_hash_bucket *buckets; buckets 54 opal/mca/allocator/bucket/allocator_bucket.c OBJ_DESTRUCT(&bucket->buckets[i].lock); buckets 57 opal/mca/allocator/bucket/allocator_bucket.c free (bucket->buckets); buckets 53 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets = (mca_allocator_bucket_bucket_t*) malloc(size); buckets 54 opal/mca/allocator/bucket/allocator_bucket_alloc.c if(NULL == mem_options->buckets) { buckets 58 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets[i].free_chunk = NULL; buckets 59 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets[i].segment_head = NULL; buckets 60 opal/mca/allocator/bucket/allocator_bucket_alloc.c OBJ_CONSTRUCT(&(mem_options->buckets[i].lock), opal_mutex_t); buckets 95 opal/mca/allocator/bucket/allocator_bucket_alloc.c OPAL_THREAD_LOCK(&(mem_options->buckets[bucket_num].lock)); buckets 97 opal/mca/allocator/bucket/allocator_bucket_alloc.c if(NULL != mem_options->buckets[bucket_num].free_chunk) { buckets 98 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk = mem_options->buckets[bucket_num].free_chunk; buckets 99 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets[bucket_num].free_chunk = chunk->u.next_free; buckets 104 opal/mca/allocator/bucket/allocator_bucket_alloc.c OPAL_THREAD_UNLOCK(&(mem_options->buckets[bucket_num].lock)); buckets 117 opal/mca/allocator/bucket/allocator_bucket_alloc.c OPAL_THREAD_UNLOCK(&(mem_options->buckets[bucket_num].lock)); buckets 126 opal/mca/allocator/bucket/allocator_bucket_alloc.c segment_header->next_segment = mem_options->buckets[bucket_num].segment_head; buckets 127 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets[bucket_num].segment_head = segment_header; buckets 129 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets[bucket_num].free_chunk = buckets 146 opal/mca/allocator/bucket/allocator_bucket_alloc.c OPAL_THREAD_UNLOCK(&(mem_options->buckets[bucket_num].lock)); buckets 204 opal/mca/allocator/bucket/allocator_bucket_alloc.c OPAL_THREAD_LOCK(&(mem_options->buckets[bucket_num].lock)); buckets 206 opal/mca/allocator/bucket/allocator_bucket_alloc.c segment_header->next_segment = mem_options->buckets[bucket_num].segment_head; buckets 207 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets[bucket_num].segment_head = segment_header; buckets 209 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets[bucket_num].free_chunk = buckets 226 opal/mca/allocator/bucket/allocator_bucket_alloc.c OPAL_THREAD_UNLOCK(&(mem_options->buckets[bucket_num].lock)); buckets 278 opal/mca/allocator/bucket/allocator_bucket_alloc.c OPAL_THREAD_LOCK(&(mem_options->buckets[bucket_num].lock)); buckets 279 opal/mca/allocator/bucket/allocator_bucket_alloc.c chunk->u.next_free = mem_options->buckets[bucket_num].free_chunk; buckets 280 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets[bucket_num].free_chunk = chunk; buckets 281 opal/mca/allocator/bucket/allocator_bucket_alloc.c OPAL_THREAD_UNLOCK(&(mem_options->buckets[bucket_num].lock)); buckets 302 opal/mca/allocator/bucket/allocator_bucket_alloc.c OPAL_THREAD_LOCK(&(mem_options->buckets[i].lock)); buckets 303 opal/mca/allocator/bucket/allocator_bucket_alloc.c segment_header = &(mem_options->buckets[i].segment_head); buckets 305 opal/mca/allocator/bucket/allocator_bucket_alloc.c OPAL_THREAD_UNLOCK(&(mem_options->buckets[i].lock)); buckets 314 opal/mca/allocator/bucket/allocator_bucket_alloc.c segment = mem_options->buckets[i].segment_head; buckets 331 opal/mca/allocator/bucket/allocator_bucket_alloc.c segment = mem_options->buckets[i].segment_head; buckets 339 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets[i].free_chunk = NULL; buckets 340 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets[i].segment_head = NULL; buckets 358 opal/mca/allocator/bucket/allocator_bucket_alloc.c if(mem_options->buckets[i].free_chunk == chunk) { buckets 359 opal/mca/allocator/bucket/allocator_bucket_alloc.c mem_options->buckets[i].free_chunk = chunk->u.next_free; buckets 361 opal/mca/allocator/bucket/allocator_bucket_alloc.c next_chunk = mem_options->buckets[i].free_chunk; buckets 381 opal/mca/allocator/bucket/allocator_bucket_alloc.c OPAL_THREAD_UNLOCK(&(mem_options->buckets[i].lock)); buckets 95 opal/mca/allocator/bucket/allocator_bucket_alloc.h mca_allocator_bucket_bucket_t * buckets; /**< the array of buckets */ buckets 113 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h HASH_FIND_IN_BKT((head)->hh.tbl, hh, (head)->hh.tbl->buckets[ _hf_bkt ], \ buckets 163 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \ buckets 165 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h if (! (head)->hh.tbl->buckets) { uthash_fatal( "out of memory"); } \ buckets 166 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h memset((head)->hh.tbl->buckets, 0, \ buckets 204 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h HASH_ADD_TO_BKT((head)->hh.tbl->buckets[_ha_bkt],&(add)->hh); \ buckets 231 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h uthash_free((head)->hh.tbl->buckets, \ buckets 256 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h HASH_DEL_IN_BKT(hh,(head)->hh.tbl->buckets[_hd_bkt], _hd_hh_del); \ buckets 300 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h _thh = (head)->hh.tbl->buckets[_bkt_i].hh_head; \ buckets 312 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h if ((head)->hh.tbl->buckets[_bkt_i].count != _bkt_count) { \ buckets 314 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h (head)->hh.tbl->buckets[_bkt_i].count, _bkt_count); \ buckets 700 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h _he_thh = tbl->buckets[ _he_bkt_i ].hh_head; \ buckets 718 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h uthash_free( tbl->buckets, tbl->num_buckets*sizeof(struct UT_hash_bucket) ); \ buckets 721 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h tbl->buckets = _he_new_buckets; \ buckets 836 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h for(_src_hh = (src)->hh_src.tbl->buckets[_src_bkt].hh_head; \ buckets 855 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h HASH_ADD_TO_BKT(_dst_hh->tbl->buckets[_dst_bkt],_dst_hh); \ buckets 869 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h uthash_free((head)->hh.tbl->buckets, \ buckets 923 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h UT_hash_bucket *buckets;