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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c53 * data structure "void *"s by adding/subtracting the avl_offset.
138 size_t off = tree->avl_offset;
187 size_t off = tree->avl_offset;
206 size_t off = tree->avl_offset;
231 size_t off = tree->avl_offset;
261 size_t off = tree->avl_offset;
489 size_t off = tree->avl_offset;
593 node = AVL_DATA2NODE(here, tree->avl_offset);
608 AVL_NODE2DATA(node, tree->avl_offset));
617 AVL_NODE2DATA(node, tree->avl_offset));
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl_impl.h126 * the value of "o" is tree->avl_offset
142 * The tree structure. The fields avl_root, avl_compar, and avl_offset come
149 size_t avl_offset; /* offsetof(type, avl_link_t field) */ member in struct:avl_tree

Completed in 162 milliseconds