Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c76 ctf_hash_compute(const char *key, size_t len) in ctf_hash_compute() function
119 h = ctf_hash_compute(str, strlen(str)) % hp->h_nbuckets; in ctf_hash_insert()
152 ulong_t h = ctf_hash_compute(key, len) % hp->h_nbuckets; in ctf_hash_lookup()