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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dunique.c32 static avl_tree_t unique_avl; variable
58 avl_create(&unique_avl, unique_compare,
66 avl_destroy(&unique_avl);
88 avl_find(&unique_avl, un, &idx)) {
96 avl_insert(&unique_avl, un, idx);
110 un = avl_find(&unique_avl, &un_tofind, NULL);
112 avl_remove(&unique_avl, un);

Completed in 57 milliseconds