Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_clts.c148 static int clnt_clts_hash_size = DEFAULT_HASH_SIZE; variable
2020 cp->call_hash = call_hash(xid, clnt_clts_hash_size); in clnt_clts_dispatch_send()
2141 hash = call_hash(xid, clnt_clts_hash_size); in clnt_clts_dispatch_notify()
2239 if (clnt_clts_hash_size < DEFAULT_MIN_HASH_SIZE) in clnt_clts_init()
2240 clnt_clts_hash_size = DEFAULT_MIN_HASH_SIZE; in clnt_clts_init()
2265 clts_call_ht = call_table_init(clnt_clts_hash_size); in clnt_clts_init()