Searched defs:n_direct_buckets (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dhashmap.c257 unsigned n_direct_buckets; member in struct:hashmap_type_info
265 .n_direct_buckets = DIRECT_BUCKETS(struct plain_hashmap_entry),
271 .n_direct_buckets = DIRECT_BUCKETS(struct ordered_hashmap_entry),
277 .n_direct_buckets = DIRECT_BUCKETS(struct set_entry),
283 : hashmap_type_info[h->type].n_direct_buckets;
721 p = mempset(h->direct.storage, 0, hi->entry_size * hi->n_direct_buckets);
722 memset(p, DIB_RAW_INIT, sizeof(dib_raw_t) * hi->n_direct_buckets);
1049 if (!h->has_indirect && new_n_entries <= hi->n_direct_buckets)

Completed in 16 milliseconds