Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Darc.c797 static list_t *l2arc_dev_list; /* device list pointer */ variable
8485 next = list_head(l2arc_dev_list); in l2arc_dev_get_next()
8487 next = list_next(l2arc_dev_list, next); in l2arc_dev_get_next()
8489 next = list_head(l2arc_dev_list); in l2arc_dev_get_next()
9810 for (dev = list_head(l2arc_dev_list); dev != NULL; in l2arc_vdev_get()
9811 dev = list_next(l2arc_dev_list, dev)) { in l2arc_vdev_get()
9959 list_insert_head(l2arc_dev_list, adddev); in l2arc_add_vdev()
10023 list_remove(l2arc_dev_list, remdev); in l2arc_remove_vdev()
10056 l2arc_dev_list = &L2ARC_dev_list; in l2arc_init()
10058 list_create(l2arc_dev_list, sizeof (l2arc_dev_t), in l2arc_init()
[all …]