Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c77 ctf_hash_compute(const char *key, size_t len) in ctf_hash_compute() function
120 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()