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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_zfetch.c518 zstream_t *zs_next; local
522 for (zs = list_head(&zf->zf_stream); zs; zs = zs_next) {
523 zs_next = list_next(&zf->zf_stream, zs);
547 zstream_t *zs_next; local
551 for (zs_walk = list_head(&zf->zf_stream); zs_walk; zs_walk = zs_next) {
552 zs_next = list_next(&zf->zf_stream, zs_walk);
/opensolaris-onvv-gate/usr/src/uts/sun/sys/
H A Dzsdev.h193 * The zs_flags, zs_wreg and zs_next fields can be altered by interrupt
219 * The zs_wreg, zs_next and zs_flags fields
224 struct zscom *zs_next; /* next in the circularly linked list */ member in struct:zscom

Completed in 158 milliseconds