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

/systemd/src/basic/
H A Dhashmap.c211 * outgrows direct storage, it gets its own key for indirect storage. */
221 struct direct_storage direct; /* if !has_indirect */ member in union:HashmapBase::_packed_
226 unsigned n_direct_entries:3; /* Number of entries in direct storage.
307 : h->direct.storage;
721 p = mempset(h->direct.storage, 0, hi->entry_size * hi->n_direct_buckets);
1048 /* For direct storage we allow 100% load, because it's tiny. */
1079 /* Must upgrade direct to indirect storage. */
1081 memcpy(new_storage, h->direct.storage,
1090 * from the shared one that we used for direct storage. */

Completed in 17 milliseconds