Searched refs:rds_conn_hash (Results 1 - 1 of 1) sorted by last modified time

/linux-master/net/rds/
H A Dconnection.c51 static struct hlist_head rds_conn_hash[RDS_CONNECTION_HASH_ENTRIES]; variable in typeref:struct:hlist_head
73 return &rds_conn_hash[hash & RDS_CONNECTION_HASH_MASK];
555 for (i = 0, head = rds_conn_hash; i < ARRAY_SIZE(rds_conn_hash);
668 for (i = 0, head = rds_conn_hash; i < ARRAY_SIZE(rds_conn_hash);
706 for (i = 0, head = rds_conn_hash; i < ARRAY_SIZE(rds_conn_hash);
858 WARN_ON(!hlist_empty(rds_conn_hash));

Completed in 141 milliseconds