Searched refs:rds_mr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | rdma.c | 65 static struct rds_mr *rds_mr_tree_walk(struct rb_root *root, u64 key, in rds_mr_tree_walk() 66 struct rds_mr *insert) in rds_mr_tree_walk() 70 struct rds_mr *mr; in rds_mr_tree_walk() 74 mr = rb_entry(parent, struct rds_mr, r_rb_node); in rds_mr_tree_walk() 95 static void rds_destroy_mr(struct rds_mr *mr) in rds_destroy_mr() 117 struct rds_mr *mr = container_of(kref, struct rds_mr, r_kref); in __rds_put_mr_final() 129 struct rds_mr *mr; in rds_rdma_drop_keys() 136 mr = rb_entry(node, struct rds_mr, r_rb_node); in rds_rdma_drop_keys() 173 u64 *cookie_ret, struct rds_mr **mr_re in __rds_rdma_map() [all...] |
H A D | rds.h | 292 struct rds_mr { struct 453 struct rds_mr *op_rdma_mr; 471 struct rds_mr *op_rdma_mr; 474 struct rds_mr *op_odp_mr;
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | rdma.c | 65 static struct rds_mr *rds_mr_tree_walk(struct rb_root *root, u64 key, in rds_mr_tree_walk() 66 struct rds_mr *insert) in rds_mr_tree_walk() 70 struct rds_mr *mr; in rds_mr_tree_walk() 74 mr = rb_entry(parent, struct rds_mr, r_rb_node); in rds_mr_tree_walk() 95 static void rds_destroy_mr(struct rds_mr *mr) in rds_destroy_mr() 117 struct rds_mr *mr = container_of(kref, struct rds_mr, r_kref); in __rds_put_mr_final() 129 struct rds_mr *mr; in rds_rdma_drop_keys() 136 mr = rb_entry(node, struct rds_mr, r_rb_node); in rds_rdma_drop_keys() 173 u64 *cookie_ret, struct rds_mr **mr_re in __rds_rdma_map() [all...] |
H A D | rds.h | 292 struct rds_mr { struct 453 struct rds_mr *op_rdma_mr; 471 struct rds_mr *op_rdma_mr; 474 struct rds_mr *op_odp_mr;
|
Completed in 7 milliseconds