Searched refs:l2arc_dev_list (Results 1 – 1 of 1) sorted by relevance
1359 static list_t *l2arc_dev_list; /* device list pointer */ variable6570 next = list_head(l2arc_dev_list); in l2arc_dev_get_next()6572 next = list_next(l2arc_dev_list, next); in l2arc_dev_get_next()6574 next = list_head(l2arc_dev_list); in l2arc_dev_get_next()7342 for (dev = list_head(l2arc_dev_list); dev != NULL; in l2arc_vdev_present()7343 dev = list_next(l2arc_dev_list, dev)) { in l2arc_vdev_present()7392 list_insert_head(l2arc_dev_list, adddev); in l2arc_add_vdev()7409 for (dev = list_head(l2arc_dev_list); dev; dev = nextdev) { in l2arc_remove_vdev()7410 nextdev = list_next(l2arc_dev_list, dev); in l2arc_remove_vdev()7421 list_remove(l2arc_dev_list, remdev); in l2arc_remove_vdev()[all …]