Lines Matching defs:zfetchstat_io_active
81 kstat_named_t zfetchstat_io_active;
103 aggsum_t zfetchstat_io_active;
135 zs->zfetchstat_io_active.value.ui64 =
136 aggsum_value(&zfetch_sums.zfetchstat_io_active);
150 aggsum_init(&zfetch_sums.zfetchstat_io_active, 0);
178 ASSERT0(aggsum_value(&zfetch_sums.zfetchstat_io_active));
179 aggsum_fini(&zfetch_sums.zfetchstat_io_active);
339 aggsum_add(&zfetch_sums.zfetchstat_io_active, -1);
624 aggsum_compare(&zfetch_sums.zfetchstat_io_active,
739 aggsum_add(&zfetch_sums.zfetchstat_io_active, issued);