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