Searched refs:bucket_hash (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dhashmap.c327 #define bucket_hash(h, p) base_bucket_hash(HASHMAP_BASE(h), p) macro
411 initial_bucket = bucket_hash(h, bucket_at(h, idx)->key);
989 idx = bucket_hash(h, new_entry->p.b.key);
1127 optimal_idx = bucket_hash(h, bucket_at(h, idx)->key);
1154 optimal_idx = bucket_hash(h, bucket_at_swap(&swap, IDX_PUT)->p.b.key);
1200 hash = bucket_hash(h, key);
1222 hash = bucket_hash(s, key);
1239 hash = bucket_hash(h, key);
1270 hash = bucket_hash(h, key);
1287 hash = bucket_hash(
[all...]

Completed in 2232 milliseconds