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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtrim_map.c58 avl_tree_t tm_inflight_frees; /* AVL tree of in-flight TRIMs. */ member in struct:trim_map
171 avl_create(&tm->tm_inflight_frees, trim_map_seg_compare,
211 avl_destroy(&tm->tm_inflight_frees);
373 ts = avl_find(&tm->tm_inflight_frees, &tsearch, NULL);
478 avl_add(&tm->tm_inflight_frees, ts);
503 if (!avl_is_empty(&tm->tm_inflight_frees)) {
505 while ((ts = avl_destroy_nodes(&tm->tm_inflight_frees,

Completed in 32 milliseconds