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.c237 static avl_tree_t spa_l2cache_avl; variable
1026 spa_aux_add(vd, &spa_l2cache_avl);
1036 spa_aux_remove(vd, &spa_l2cache_avl);
1047 found = spa_aux_exists(guid, pool, NULL, &spa_l2cache_avl);
1058 spa_aux_activate(vd, &spa_l2cache_avl);
1858 avl_create(&spa_l2cache_avl, spa_l2cache_compare, sizeof (spa_aux_t),
1910 avl_destroy(&spa_l2cache_avl);

Completed in 79 milliseconds