Searched refs:ibv_mem_node (Results 1 – 1 of 1) sorted by relevance
49 struct ibv_mem_node { struct54 struct ibv_mem_node *parent; argument55 struct ibv_mem_node *left, *right; argument60 static struct ibv_mem_node *mm_root; argument177 static struct ibv_mem_node *__mm_prev(struct ibv_mem_node *node) in __mm_prev()193 static struct ibv_mem_node *__mm_next(struct ibv_mem_node *node) in __mm_next()209 static void __mm_rotate_right(struct ibv_mem_node *node) in __mm_rotate_right()211 struct ibv_mem_node *tmp; in __mm_rotate_right()233 static void __mm_rotate_left(struct ibv_mem_node *node) in __mm_rotate_left()235 struct ibv_mem_node *tmp; in __mm_rotate_left()[all …]