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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1070 static list_t *l2arc_dev_list; /* device list pointer */ variable
6277 next = list_head(l2arc_dev_list);
6279 next = list_next(l2arc_dev_list, next);
6281 next = list_head(l2arc_dev_list);
7003 for (dev = list_head(l2arc_dev_list); dev != NULL;
7004 dev = list_next(l2arc_dev_list, dev)) {
7051 list_insert_head(l2arc_dev_list, adddev);
7068 for (dev = list_head(l2arc_dev_list); dev; dev = nextdev) {
7069 nextdev = list_next(l2arc_dev_list, dev);
7080 list_remove(l2arc_dev_list, remde
[all...]

Completed in 324 milliseconds