Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dclnt_cots.c444 static int clnt_cots_hash_size = DEFAULT_HASH_SIZE; variable
3142 e->call_hash = call_hash(xid, clnt_cots_hash_size); in clnt_dispatch_send()
3207 hash = call_hash(xid, clnt_cots_hash_size); in clnt_dispatch_notify()
3568 for (i = 0; i < clnt_cots_hash_size; i++) { in clnt_dispatch_notifyall()
3693 if (clnt_cots_hash_size < DEFAULT_MIN_HASH_SIZE) in clnt_cots_init()
3694 clnt_cots_hash_size = DEFAULT_MIN_HASH_SIZE; in clnt_cots_init()
3696 cots_call_ht = call_table_init(clnt_cots_hash_size); in clnt_cots_init()