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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h84 uint64_t dp_throughput; /* bytes per millisec */ member in struct:dsl_pool
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c434 if (dp->dp_throughput)
435 dp->dp_throughput = throughput / 4 +
436 3 * dp->dp_throughput / 4;
438 dp->dp_throughput = throughput;
441 dp->dp_throughput * zfs_txg_synctime_ms));

Completed in 113 milliseconds