Lines Matching refs:rds_cong_map
104 static struct rds_cong_map *rds_cong_tree_walk(__be32 addr, in rds_cong_tree_walk()
105 struct rds_cong_map *insert) in rds_cong_tree_walk()
109 struct rds_cong_map *map; in rds_cong_tree_walk()
113 map = rb_entry(parent, struct rds_cong_map, m_rb_node); in rds_cong_tree_walk()
135 static struct rds_cong_map *rds_cong_from_addr(__be32 addr) in rds_cong_from_addr()
137 struct rds_cong_map *map; in rds_cong_from_addr()
138 struct rds_cong_map *ret = NULL; in rds_cong_from_addr()
143 map = kzalloc(sizeof(struct rds_cong_map), GFP_KERNEL); in rds_cong_from_addr()
214 void rds_cong_queue_updates(struct rds_cong_map *map) in rds_cong_queue_updates()
245 void rds_cong_map_updated(struct rds_cong_map *map, uint64_t portmask) in rds_cong_map_updated()
291 void rds_cong_set_bit(struct rds_cong_map *map, __be16 port) in rds_cong_set_bit()
305 void rds_cong_clear_bit(struct rds_cong_map *map, __be16 port) in rds_cong_clear_bit()
319 static int rds_cong_test_bit(struct rds_cong_map *map, __be16 port) in rds_cong_test_bit()
343 struct rds_cong_map *map; in rds_cong_remove_socket()
360 int rds_cong_wait(struct rds_cong_map *map, __be16 port, int nonblock, in rds_cong_wait()
394 struct rds_cong_map *map; in rds_cong_exit()
398 map = rb_entry(node, struct rds_cong_map, m_rb_node); in rds_cong_exit()
412 struct rds_cong_map *map = conn->c_lcong; in rds_cong_update_alloc()