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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c772 static list_t *l2arc_dev_list; /* device list pointer */ variable
4506 next = list_head(l2arc_dev_list);
4508 next = list_next(l2arc_dev_list, next);
4510 next = list_head(l2arc_dev_list);
5422 for (dev = list_head(l2arc_dev_list); dev != NULL;
5423 dev = list_next(l2arc_dev_list, dev)) {
5472 list_insert_head(l2arc_dev_list, adddev);
5489 for (dev = list_head(l2arc_dev_list); dev; dev = nextdev) {
5490 nextdev = list_next(l2arc_dev_list, dev);
5501 list_remove(l2arc_dev_list, remde
[all...]

Completed in 99 milliseconds