Searched refs:clnt_clts_hash_size (Results 1 – 1 of 1) sorted by relevance
148 static int clnt_clts_hash_size = DEFAULT_HASH_SIZE; variable2020 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()