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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dunique.c32 static avl_tree_t unique_avl; variable
54 avl_create(&unique_avl, unique_compare,
62 avl_destroy(&unique_avl);
84 avl_find(&unique_avl, un, &idx)) {
92 avl_insert(&unique_avl, un, idx);
106 un = avl_find(&unique_avl, &un_tofind, NULL);
108 avl_remove(&unique_avl, un);

Completed in 164 milliseconds