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

/freebsd-10-stable/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
163 avl_create(&tm->tm_inflight_frees, trim_map_seg_compare,
201 avl_destroy(&tm->tm_inflight_frees);
363 ts = avl_find(&tm->tm_inflight_frees, &tsearch, NULL);
473 avl_add(&tm->tm_inflight_frees, ts);
508 if (!avl_is_empty(&tm->tm_inflight_frees)) {
510 while ((ts = avl_destroy_nodes(&tm->tm_inflight_frees,

Completed in 56 milliseconds