Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsctl/common/
H A Dhash.c30 #define HASH_PRIME 2039 macro
39 hash = (hash_node_t **)calloc(HASH_PRIME, sizeof (hash_node_t *)); in nsc_create_hash()
137 for (i = 0; i < HASH_PRIME; i++) { in nsc_remove_all()
165 return (hash % HASH_PRIME); in calc_hash()