Searched refs:ibv_mem_node (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dmemory.c49 struct ibv_mem_node { struct
54 struct ibv_mem_node *parent;
55 struct ibv_mem_node *left, *right;
60 static struct ibv_mem_node *mm_root;
177 static struct ibv_mem_node *__mm_prev(struct ibv_mem_node *node)
193 static struct ibv_mem_node *__mm_next(struct ibv_mem_node *node)
209 static void __mm_rotate_right(struct ibv_mem_node *node)
211 struct ibv_mem_node *tm
[all...]

Completed in 103 milliseconds