Searched refs:trivial_hash_ops (Results 1 – 2 of 2) sorted by relevance
87 extern const struct hash_ops trivial_hash_ops;
301 const struct hash_ops trivial_hash_ops = { variable789 h->hash_ops = hash_ops ? hash_ops : &trivial_hash_ops; in hashmap_base_new()