Home
last modified time | relevance | path

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

/linux-3.4.99/net/rds/
Dconnection.c49 static struct hlist_head rds_conn_hash[RDS_CONNECTION_HASH_ENTRIES]; variable
58 return &rds_conn_hash[hash & RDS_CONNECTION_HASH_MASK]; in rds_conn_bucket()
391 for (i = 0, head = rds_conn_hash; i < ARRAY_SIZE(rds_conn_hash); in rds_conn_message_info()
451 for (i = 0, head = rds_conn_hash; i < ARRAY_SIZE(rds_conn_hash); in rds_for_each_conn_info()
528 WARN_ON(!hlist_empty(rds_conn_hash)); in rds_conn_exit()