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

/freebsd-10.2-release/contrib/ofed/libibverbs/src/
H A Dmemory.c62 struct ibv_mem_node { struct
67 struct ibv_mem_node *parent;
68 struct ibv_mem_node *left, *right;
73 static struct ibv_mem_node *mm_root;
123 static struct ibv_mem_node *__mm_prev(struct ibv_mem_node *node)
139 static struct ibv_mem_node *__mm_next(struct ibv_mem_node *node)
155 static void __mm_rotate_right(struct ibv_mem_node *node)
157 struct ibv_mem_node *tm
[all...]

Completed in 42 milliseconds