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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1453 static list_t *l2arc_dev_list; /* device list pointer */ variable
7236 next = list_head(l2arc_dev_list);
7238 next = list_next(l2arc_dev_list, next);
7240 next = list_head(l2arc_dev_list);
7998 for (dev = list_head(l2arc_dev_list); dev != NULL;
7999 dev = list_next(l2arc_dev_list, dev)) {
8048 list_insert_head(l2arc_dev_list, adddev);
8065 for (dev = list_head(l2arc_dev_list); dev; dev = nextdev) {
8066 nextdev = list_next(l2arc_dev_list, dev);
8077 list_remove(l2arc_dev_list, remde
[all...]

Completed in 68 milliseconds