Searched defs:URI_HASH_N_INIT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c185 #define URI_HASH_N_INIT 9 /* P2Ps[] initial index */ macro
189 static uint32_t uri_hash_n[2] = {URI_HASH_N_INIT, 0};
316 uri_hash_sz[cur] = P2Ps[URI_HASH_N_INIT];
317 uri_hash_overflow[cur] = P2Ps[URI_HASH_N_INIT] * URI_HASH_AVRG;

Completed in 51 milliseconds