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

/net/rds/
H A Dconnection.c49 static struct hlist_head rds_conn_hash[RDS_CONNECTION_HASH_ENTRIES]; variable in typeref:struct:hlist_head
58 return &rds_conn_hash[hash & RDS_CONNECTION_HASH_MASK];
389 for (i = 0, head = rds_conn_hash; i < ARRAY_SIZE(rds_conn_hash);
448 for (i = 0, head = rds_conn_hash; i < ARRAY_SIZE(rds_conn_hash);
525 WARN_ON(!hlist_empty(rds_conn_hash));

Completed in 50 milliseconds