net/rds/cong.c
104
static struct rds_cong_map *rds_cong_tree_walk(const struct in6_addr *addr,
net/rds/cong.c
105
struct rds_cong_map *insert)
net/rds/cong.c
109
struct rds_cong_map *map;
net/rds/cong.c
115
map = rb_entry(parent, struct rds_cong_map, m_rb_node);
net/rds/cong.c
138
static struct rds_cong_map *rds_cong_from_addr(const struct in6_addr *addr)
net/rds/cong.c
140
struct rds_cong_map *map;
net/rds/cong.c
141
struct rds_cong_map *ret = NULL;
net/rds/cong.c
146
map = kzalloc_obj(struct rds_cong_map);
net/rds/cong.c
217
void rds_cong_queue_updates(struct rds_cong_map *map)
net/rds/cong.c
253
void rds_cong_map_updated(struct rds_cong_map *map, uint64_t portmask)
net/rds/cong.c
299
void rds_cong_set_bit(struct rds_cong_map *map, __be16 port)
net/rds/cong.c
313
void rds_cong_clear_bit(struct rds_cong_map *map, __be16 port)
net/rds/cong.c
327
static int rds_cong_test_bit(struct rds_cong_map *map, __be16 port)
net/rds/cong.c
351
struct rds_cong_map *map;
net/rds/cong.c
368
int rds_cong_wait(struct rds_cong_map *map, __be16 port, int nonblock,
net/rds/cong.c
402
struct rds_cong_map *map;
net/rds/cong.c
406
map = rb_entry(node, struct rds_cong_map, m_rb_node);
net/rds/cong.c
420
struct rds_cong_map *map = conn->c_lcong;
net/rds/ib_recv.c
787
struct rds_cong_map *map;
net/rds/rds.h
154
struct rds_cong_map *c_lcong;
net/rds/rds.h
155
struct rds_cong_map *c_fcong;
net/rds/rds.h
783
void rds_cong_set_bit(struct rds_cong_map *map, __be16 port);
net/rds/rds.h
784
void rds_cong_clear_bit(struct rds_cong_map *map, __be16 port);
net/rds/rds.h
785
int rds_cong_wait(struct rds_cong_map *map, __be16 port, int nonblock, struct rds_sock *rs);
net/rds/rds.h
786
void rds_cong_queue_updates(struct rds_cong_map *map);
net/rds/rds.h
787
void rds_cong_map_updated(struct rds_cong_map *map, uint64_t);
net/rds/recv.c
89
struct rds_cong_map *map,
net/rds/tcp_recv.c
113
struct rds_cong_map *map;