Searched refs:clnt_cots_hash_size (Results 1 – 1 of 1) sorted by relevance
446 static int clnt_cots_hash_size = DEFAULT_HASH_SIZE; variable3140 e->call_hash = call_hash(xid, clnt_cots_hash_size); in clnt_dispatch_send()3205 hash = call_hash(xid, clnt_cots_hash_size); in clnt_dispatch_notify()3566 for (i = 0; i < clnt_cots_hash_size; i++) { in clnt_dispatch_notifyall()3691 if (clnt_cots_hash_size < DEFAULT_MIN_HASH_SIZE) in clnt_cots_init()3692 clnt_cots_hash_size = DEFAULT_MIN_HASH_SIZE; in clnt_cots_init()3694 cots_call_ht = call_table_init(clnt_cots_hash_size); in clnt_cots_init()