Searched refs:uri_hash_overflow (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c171 * uri_hash_overflow[] - the uri_hash_cnt[] for each uri_hash_ab[] when
192 static uint32_t uri_hash_overflow[2] = {0, 0}; variable
317 uri_hash_overflow[cur] = P2Ps[URI_HASH_N_INIT] * URI_HASH_AVRG;
589 uri_hash_cnt[cur] < uri_hash_overflow[cur]) {
655 uri_hash_overflow[new] = uri_hash_sz[new] *
692 if (atomic_inc_32_nv(&uri_hash_cnt[new]) >= uri_hash_overflow[new]) {

Completed in 91 milliseconds