Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c190 static uint32_t uri_hash_sz[2] = {0, 0}; variable
267 #define URI_HASH_IX(hix, which) (hix) = (hix) % (uri_hash_sz[(which)])
300 sizeof (uri_hash_t) * uri_hash_sz[cur]); \
316 uri_hash_sz[cur] = P2Ps[URI_HASH_N_INIT]; in nl7c_uri_init()
318 uri_hash_ab[cur] = kmem_zalloc(sizeof (uri_hash_t) * uri_hash_sz[cur], in nl7c_uri_init()
358 pend = &uri_hash_ab[cur][uri_hash_sz[cur]]; in nl7c_mi_report_hash()
375 uri_hash_sz[cur], nz != 0 ? ((tot * 10 + 5) / nz) / 10 : 0); in nl7c_mi_report_hash()
411 for (ix = 0; ix < uri_hash_sz[cur]; ix++) { in nl7c_mi_report_uri()
653 uri_hash_sz[new] = P2Ps[uri_hash_n[new]]; in uri_add()
655 uri_hash_overflow[new] = uri_hash_sz[new] * in uri_add()
[all …]