Home
last modified time | relevance | path

Searched refs:vc_lastused_tree (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_cache.c143 avl_remove(&vc->vc_lastused_tree, ve); in vdev_cache_evict()
170 if ((avl_numnodes(&vc->vc_lastused_tree) << zfs_vdev_cache_bshift) > in vdev_cache_allocate()
172 ve = avl_first(&vc->vc_lastused_tree); in vdev_cache_allocate()
185 avl_add(&vc->vc_lastused_tree, ve); in vdev_cache_allocate()
199 avl_remove(&vc->vc_lastused_tree, ve); in vdev_cache_hit()
201 avl_add(&vc->vc_lastused_tree, ve); in vdev_cache_hit()
389 avl_create(&vc->vc_lastused_tree, vdev_cache_lastused_compare, in vdev_cache_init()
402 avl_destroy(&vc->vc_lastused_tree); in vdev_cache_fini()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_impl.h146 avl_tree_t vc_lastused_tree; member