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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtrim_map.c61 avl_tree_t tm_inflight_frees; /* AVL tree of in-flight TRIMs. */ member in struct:trim_map
156 avl_create(&tm->tm_inflight_frees, trim_map_seg_compare,
194 avl_destroy(&tm->tm_inflight_frees);
356 ts = avl_find(&tm->tm_inflight_frees, &tsearch, NULL);
466 avl_add(&tm->tm_inflight_frees, ts);
501 if (!avl_is_empty(&tm->tm_inflight_frees)) {
503 while ((ts = avl_destroy_nodes(&tm->tm_inflight_frees,

Completed in 101 milliseconds