Searched defs:trace_hash (Results 1 – 2 of 2) sorted by relevance
15 struct trace_hash { struct16 struct trace_hash_item **buckets; argument21 int trace_hash_init(struct trace_hash *hash, int buckets); argument
9 static inline unsigned int trace_hash(unsigned int val) in trace_hash() function