Searched refs:hash_bucket (Results 1 – 2 of 2) sorted by relevance
137 static struct crec **hash_bucket(char *name) in hash_bucket() function161 struct crec **up = hash_bucket(cache_get_name(crecp)); in cache_hash()276 for (up = hash_bucket(name), crecp = *up; crecp; crecp = crecp->hash_next) in cache_scan_free()508 for (up = hash_bucket(name), crecp = *up; crecp; crecp = next) in cache_find_by_name()
18255 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)18280 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)