Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c244 static avl_tree_t spa_l2cache_avl; variable
1164 spa_aux_add(vd, &spa_l2cache_avl); in spa_l2cache_add()
1174 spa_aux_remove(vd, &spa_l2cache_avl); in spa_l2cache_remove()
1185 found = spa_aux_exists(guid, pool, NULL, &spa_l2cache_avl); in spa_l2cache_exists()
1196 spa_aux_activate(vd, &spa_l2cache_avl); in spa_l2cache_activate()
2241 avl_create(&spa_l2cache_avl, spa_l2cache_compare, sizeof (spa_aux_t), in spa_init()
2303 avl_destroy(&spa_l2cache_avl); in spa_fini()