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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c165 * uri_hash_n[] - the P2Ps[] index for each uri_hash_ab[].
189 static uint32_t uri_hash_n[2] = {URI_HASH_N_INIT, 0}; variable
644 uri_hash_n[new] = uri_hash_n[cur] + 1;
645 if (uri_hash_n[new] == 0) {
650 uri_hash_n[new] = uri_hash_n[cur];
653 uri_hash_sz[new] = P2Ps[uri_hash_n[new]];

Completed in 88 milliseconds