Searched refs:clnt_cots_hash_size (Results 1 – 1 of 1) sorted by relevance
439 static int clnt_cots_hash_size = DEFAULT_HASH_SIZE; variable3131 e->call_hash = call_hash(xid, clnt_cots_hash_size); in clnt_dispatch_send()3196 hash = call_hash(xid, clnt_cots_hash_size); in clnt_dispatch_notify()3557 for (i = 0; i < clnt_cots_hash_size; i++) { in clnt_dispatch_notifyall()3682 if (clnt_cots_hash_size < DEFAULT_MIN_HASH_SIZE) in clnt_cots_init()3683 clnt_cots_hash_size = DEFAULT_MIN_HASH_SIZE; in clnt_cots_init()3685 cots_call_ht = call_table_init(clnt_cots_hash_size); in clnt_cots_init()