Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c248 static avl_tree_t spa_l2cache_avl; variable
1178 spa_aux_add(vd, &spa_l2cache_avl); in spa_l2cache_add()
1188 spa_aux_remove(vd, &spa_l2cache_avl); in spa_l2cache_remove()
1199 found = spa_aux_exists(guid, pool, NULL, &spa_l2cache_avl); in spa_l2cache_exists()
1210 spa_aux_activate(vd, &spa_l2cache_avl); in spa_l2cache_activate()
2564 avl_create(&spa_l2cache_avl, spa_l2cache_compare, sizeof (spa_aux_t), in spa_init()
2639 avl_destroy(&spa_l2cache_avl); in spa_fini()