Searched refs:ctf_hash_compute (Results 1 – 1 of 1) sorted by relevance
77 ctf_hash_compute(const char *key, size_t len) in ctf_hash_compute() function120 h = ctf_hash_compute(str, strlen(str)) % hp->h_nbuckets; in ctf_hash_insert()153 ulong_t h = ctf_hash_compute(key, len) % hp->h_nbuckets; in ctf_hash_lookup()