Home
last modified time | relevance | path

Searched refs:trivial_hash_ops (Results 1 – 2 of 2) sorted by relevance

/third_party/eudev/src/shared/
Dhashmap.h87 extern const struct hash_ops trivial_hash_ops;
Dhashmap.c301 const struct hash_ops trivial_hash_ops = { variable
789 h->hash_ops = hash_ops ? hash_ops : &trivial_hash_ops; in hashmap_base_new()