Searched refs:n_direct_buckets (Results 1 – 1 of 1) sorted by relevance
252 unsigned n_direct_buckets; member260 .n_direct_buckets = DIRECT_BUCKETS(struct plain_hashmap_entry),266 .n_direct_buckets = DIRECT_BUCKETS(struct ordered_hashmap_entry),272 .n_direct_buckets = DIRECT_BUCKETS(struct set_entry),346 : hashmap_type_info[h->type].n_direct_buckets; in n_buckets()771 p = mempset(h->direct.storage, 0, hi->entry_size * hi->n_direct_buckets); in reset_direct_storage()772 memset(p, DIB_RAW_INIT, sizeof(dib_raw_t) * hi->n_direct_buckets); in reset_direct_storage()1095 if (!h->has_indirect && new_n_entries <= hi->n_direct_buckets) in resize_buckets()